zephyr/net/bluetooth
Luiz Augusto von Dentz 4c640515c7 Bluetooth: GATT: Add bt_gatt_discover
bt_gatt_discover can be used to discover primary GATT service by UUID in
a selected handle range, after it attribute found the function callback
is called so the user can interact the attribute found and decide to
continue to the next or stop.

Change-Id: I37514f00c82ce5520d7a14757a6ff12ee34f0736
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-02-05 20:14:35 -05:00
..
att.c Bluetooth: ATT: Handle Find By Type response 2016-02-05 20:14:35 -05:00
att.h Bluetooth: Handle ATT Error Response PDU 2016-02-05 20:14:34 -05:00
buf.c Bluetooth: Move logging helpers to a dedicated header file 2016-02-05 20:14:23 -05:00
conn.c Bluetooth: Introduce BT_CONN_CONNECT_SCAN state 2016-02-05 20:14:35 -05:00
conn_internal.h Bluetooth: Introduce BT_CONN_CONNECT_SCAN state 2016-02-05 20:14:35 -05:00
gatt.c Bluetooth: GATT: Add bt_gatt_discover 2016-02-05 20:14:35 -05:00
hci_core.c Bluetooth: Remove not needed code 2016-02-05 20:14:35 -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 support for storing LTK 2016-02-05 20:14:31 -05:00
keys.h Bluetooth: Add support for storing LTK 2016-02-05 20:14:31 -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 support for Pairing Failed PDU 2016-02-05 20:14:34 -05:00
smp.h Bluetooth: SMP: Make bt_smp_init parameters explicit void 2016-02-05 20:14:34 -05:00
uuid.c Bluetooth: Add bt_uuid_cmp 2016-02-05 20:14:04 -05:00