zephyr/subsys/bluetooth/shell
Luiz Augusto von Dentz 3408bfe211 Bluetooth: shell: gatt: Add discover command
This adds discover command which can be used to discover all attributes
using BT_GATT_DISCOVER_ATTRIBUTE:

uart:~$ gatt discover
Discover pending
Descriptor 2800 found: handle 1
Descriptor 2803 found: handle 2
Descriptor 2a00 found: handle 3
Descriptor 2803 found: handle 4
Descriptor 2a01 found: handle 5
Descriptor 2800 found: handle 6
Descriptor 2803 found: handle 7
Descriptor 2a05 found: handle 8
Descriptor 2902 found: handle 9
Descriptor 2803 found: handle a
Descriptor 2b29 found: handle b
Descriptor 2803 found: handle c
Descriptor 2b2a found: handle d
Descriptor 2803 found: handle e
Descriptor 2b2b found: handle f

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2019-06-24 12:16:49 +02:00
..
bredr.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
bt.c Bluetooth: shell: Fix disconnect command argument count 2019-06-05 16:29:06 +02:00
bt.h Bluetooth: Shell: Convert users of hexdump to shell_hexdump 2019-04-18 17:50:16 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
gatt.c Bluetooth: shell: gatt: Add discover command 2019-06-24 12:16:49 +02:00
hci.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
hci.h Bluetooth: shell: Updates related to new ULL LLL architecture 2019-01-23 09:45:06 +01:00
Kconfig Bluetooth: shell: Remove auto selecting of SERIAL 2018-11-13 20:42:01 +02:00
l2cap.c Bluetooth: shell: Print L2CAP channel status 2019-05-29 16:31:03 +03:00
ll.c bluetooth: shell: Fix uninitialized variable 2019-03-01 09:19:31 +01:00
ll.h Bluetooth: controller: Remove redundant tmp role implementation 2019-02-05 15:00:08 +01:00
rfcomm.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
ticker.c shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00