zephyr/net/bluetooth
Mariusz Skamra d98b9bd139 Bluetooth: Get the included service 128bit UUID
This adds reading of included service attribute 128bit UUID.
The limitation of this solution is that if several attr handle-range
pairs will be received, this will read first attribute UUID and then
start discovery from the the succeeding handle.

ZEP-373

Discovery related test results:

 2/76   GATT   TC_GAD_CL_BV_02_C   PASS
 3/76   GATT   TC_GAD_CL_BV_03_C   PASS
 4/76   GATT   TC_GAD_CL_BV_04_C   PASS
 5/76   GATT   TC_GAD_CL_BV_05_C   PASS
 6/76   GATT   TC_GAD_CL_BV_06_C   PASS

Change-Id: I27185b3a3ae96c9c03b0f356492df18ba83b183a
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-07-13 14:18:03 +00:00
..
att_internal.h
att.c Bluetooth: ATT: Fix using non-ASCII characters 2016-07-12 15:13:23 +00:00
conn_internal.h Bluetooth: L2CAP: Handle incoming BR/EDR connection request 2016-06-21 07:41:27 +00:00
conn.c Bluetooth: Add delay before sending Connection Update 2016-06-16 16:56:39 +03:00
ecc.h Bluetooth: Create proper abstraction for ECC access 2016-07-01 11:21:04 +03:00
gatt_internal.h
gatt.c Bluetooth: Get the included service 128bit UUID 2016-07-13 14:18:03 +00:00
hci_core.c Bluetooth: Fix using NRPA for connectable advertising 2016-07-13 04:53:22 +00:00
hci_core.h Bluetooth: Create proper abstraction for ECC access 2016-07-01 11:21:04 +03:00
hci_ecc.c Bluetooth: Add priority buffer for handling critical HCI events 2016-06-29 14:51:51 +00:00
hci_ecc.h
Kconfig
keys.c
keys.h
l2cap_br.c Bluetooth: L2CAP: Start servicing configuration request from remote 2016-07-11 19:34:17 +00:00
l2cap_internal.h Bluetooth: L2CAP: Start servicing configuration request from remote 2016-07-11 19:34:17 +00:00
l2cap.c Bluetooth: L2CAP: Fix not canceling RTX work 2016-07-11 15:40:39 +00:00
log.c Bluetooth: Add hexadecimal conversion logging helper 2016-07-11 09:38:53 +00:00
Makefile Bluetooth: Add hexadecimal conversion logging helper 2016-07-11 09:38:53 +00:00
monitor.c
monitor.h
smp_null.c Bluetooth: SMP: Fix registering L2CAP fixed channel 2016-06-14 17:14:45 +02:00
smp.c Bluetooth: SMP: Take advantage of new bt_hex helper 2016-07-11 09:44:13 +00:00
smp.h Bluetooth: Create proper abstraction for ECC access 2016-07-01 11:21:04 +03:00
uuid.c