Return-Path: MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 21 Aug 2012 06:41:07 -0400 Message-ID: Subject: Re: gatt-example plugin From: Anderson Lizardo To: John Tobias Cc: linux-bluetooth@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi John, On Mon, Aug 20, 2012 at 9:19 PM, John Tobias wrote: > Hello Guys, > > I was playing with bluez-4.99 for LE. After setting the "EnableGatt to > true" and re-start the bluetoothd, I was able to connect to the > advertised services of the bluez. But, I could not figured out how to > access/load the gatt_example plugin and access the services. Any > information how to do it? First, make sure that gatt_example plugin was compiled into bluetoothd. You can check this by looking at the first lines of the debug log for this string: src/plugin.c:add_plugin() Loading gatt_example plugin As long as you don't pass any "-P" option to bluetoothd, all compiled plugins will load by default. Next, you can test GATT operations from a remote device, e.g. some GATT client you already have or the "gatttool" in BlueZ (running on another adapter). Best Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia - INdT Manaus - Brazil