mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 13:15:21 +00:00
This adds gatt-discover-characteristic which works as follow: btshell>gatt-discover-characteristic <bdaddr> <bdaddr_type> [UUID] [start_handle] [end_handle] bt: bt_gatt_discover_characteristic (0x0010d098): start_handle 0x000b end_handle 0x0011 Discover pending btshell>bt: bt_att_recv (0x0010f294): Received ATT code 0x09 len 23 bt: att_handle_read_type_rsp (0x0010f294): bt: att_read_type_rsp (0x0010f294): err 0x00 bt: att_read_type_rsp (0x0010f294): handle 0x000b properties 0x02 value_handle 0x000c Discover found handle 11 bt: att_read_type_rsp (0x0010f294): handle 0x000d properties 0x10 value_handle 0x000e Discover found handle 13 bt: att_read_type_rsp (0x0010f294): handle 0x0010 properties 0x08 value_handle 0x0011 Discover found handle 16 Discover destroy Change-Id: I04aad56cc4f978e3a884adffc487ae4dcc1c4ee9 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> |
||
---|---|---|
.. | ||
bluetooth | ||
include | ||
microkernel | ||
nanokernel | ||
network |