Hi Vijay, On Mon, Aug 29, 2011 at 10:29 AM, Vijaykumar Dadmode <Vijaykumar.Dadmode@xxxxxxx> wrote: > Hi, > Could you please let me know if there are any modules which makes use of the GATT Client Dbus APIs as mentioned in /doc/attribute-api.txt. > > I am happy to have some code references for the same. > > Thanks, > Vijay First of all you will need a kernel with SM and Interleaved discovery patches. I sent an e-mail some weeks ago with repository references and development status, search for "Re: Current status on BLE development " in the ML. Generic API(attribute-api.txt) is working, use d-feet or test-attrib to test the attribute API. BLE and BR/EDR use the same methods to discover and "create" devices, call StartDiscovery() followed by CreateDevice() or CreatePairedDevice() to "create" the device "object" that you wanna read attributes. Generic API needs some extra effort to fix some known issues, but in general is functional. Let me know if you wanna test(force) over BR/EDR, I have a small patch that allows it. BR, Claudio -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html