bluez/attrib
Dirk-Jan C. Binnema fabd565565 attrib: Add support for 128-bit characteristic UUIDs in gatt_service_add
Custom GATT services typically use 128-bits UUIDs; this patch allows for
using gatt_service_add to define such services by adding a new option
GATT_OPT_CHR_UUID, which allows for passing bt_uuid_t* values. Note, a
previous patch renamed the old GATT_OPT_CHR_UUID into
GATT_OPT_CHR_UUID16.
2013-07-30 12:59:15 +03:00
..
att-database.h attrib: Fix naming and variable types of security requirements 2012-08-15 18:20:09 +03:00
att.c attrib: Allow dec_read_resp() to just check if PDU is valid 2013-07-24 08:43:17 -07:00
att.h attrib: Add encode/decode execute write support 2013-07-24 08:43:05 -07:00
gatt-service.c attrib: Add support for 128-bit characteristic UUIDs in gatt_service_add 2013-07-30 12:59:15 +03:00
gatt-service.h attrib: Add support for 128-bit characteristic UUIDs in gatt_service_add 2013-07-30 12:59:15 +03:00
gatt.c attrib: Reduce scope of variable declarations in char_discovered_cb() 2013-07-24 08:44:07 -07:00
gatt.h attrib: Rename gatt_find_info() to gatt_discover_char_desc() 2013-07-24 08:41:32 -07:00
gattrib.c attrib: Get rid of gchar 2013-05-02 09:02:25 +03:00
gattrib.h gattrib: Add support for listening for events for specific handles 2012-10-11 08:55:50 +02:00
gatttool.c attrib: Rename gatt_find_info() to gatt_discover_char_desc() 2013-07-24 08:41:32 -07:00
gatttool.h attrib: Get rid of gchar 2013-05-02 09:02:25 +03:00
interactive.c attrib: Do not use Write Command in gatt_write_char() 2013-07-24 08:41:47 -07:00
utils.c core: Always specify local LE address type with btio 2013-05-17 11:08:56 +03:00