zephyr/net/bluetooth
Luiz Augusto von Dentz e0792a1ba2 Bluetooth: GATT: Add bt_gatt_discover_descriptor
This adds bt_gatt_discover_descriptors which can used to discover all
descriptors in the given range.

Change-Id: Idf93852ef9d8ba3bfce20dc0b95f4e11aa0dc73d
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-02-05 20:14:40 -05:00
..
att.c Bluetooth: ATT: Check ATT payload len against MTU 2016-02-05 20:14:39 -05:00
att.h Bluetooth: Handle ATT Error Response PDU 2016-02-05 20:14:34 -05:00
buf.c Bluetooth: Fix inverted assert conditions in buf.c 2016-02-05 20:14:36 -05:00
conn_internal.h Bluetooth: Fix doxygen comment style 2016-02-05 20:14:35 -05:00
conn.c Bluetooth: Fix various coding style issues 2016-02-05 20:14:39 -05:00
gatt.c Bluetooth: GATT: Add bt_gatt_discover_descriptor 2016-02-05 20:14:40 -05:00
hci_core.c Bluetooth: Look up connections only for connectable adv events 2016-02-05 20:14:40 -05:00
hci_core.h Bluetooth: Add passive scanning support 2016-02-05 20:14:35 -05:00
Kconfig Bluetooth: Add config option for security keys handling 2016-02-05 20:14:31 -05:00
keys.c Bluetooth: Add bt_keys_add_type() convenience API 2016-02-05 20:14:39 -05:00
keys.h Bluetooth: Add bt_keys_add_type() convenience API 2016-02-05 20:14:39 -05:00
l2cap.c Bluetooth: Fix minor coding style issues 2016-02-05 20:14:24 -05:00
l2cap.h Bluetooth: Use __packed instead of the deprecated PACK_STRUCT 2016-02-05 20:14:18 -05:00
Makefile Bluetooth: Move key handling to separate files 2016-02-05 20:14:17 -05:00
smp.c Bluetooth: SMP: Add BT_KEYS_SLAVE_LTK key in bt_smp_distribute_keys 2016-02-05 20:14:39 -05:00
smp.h Bluetooth: SMP: Add support for sending security request 2016-02-05 20:14:35 -05:00
uuid.c Bluetooth: Add bt_uuid_cmp 2016-02-05 20:14:04 -05:00