Return-Path: MIME-Version: 1.0 In-Reply-To: <20160627155413.GA5294@arthur-bzh> References: <20160511125102.GC17904@arthur-bzh> <20160627155413.GA5294@arthur-bzh> From: Tobias Svehagen Date: Wed, 29 Jun 2016 09:20:20 +0200 Message-ID: Subject: Re: gatt server and reset of hci device To: "linux-bluetooth@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi, What version of bluez are you using? > Is there any example in c using glibdbus ? Yes you can also look at tools/gatt-service.c for a C example of using the GATT dbus API. > * Run bluetoothd with experimental mode enable : > sudo ./bluetoothd -E Can you run 'bluetoothd -nE -d src/gatt-database.c'. Do you see something like 'GATT Manager registered for adapter: /org/bluez/hci0'? /Tobias