zephyr/subsys/bluetooth/shell
Joakim Andersson 41b6b21eeb Bluetooth: shell: Add command to print all connections available
Add command to print all existing connections. Useful for verifying that
connections are actually released when debugging.
More information can be retrieved with `bt info <addr>` using the
address printed by this command for each connection.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2019-12-13 14:39:54 +02:00
..
bredr.c Bluetooth: Remove usage of BT_BUF_USER_DATA_MIN 2019-11-28 13:35:11 +02:00
bt.c Bluetooth: shell: Add command to print all connections available 2019-12-13 14:39:54 +02:00
bt.h Bluetooth: host: Move address string parsing to bluetooth API 2019-07-16 12:44:18 +02:00
CMakeLists.txt Bluetooth: Shell: Fix shell build dependencies 2019-09-07 15:48:35 +03:00
gatt.c Bluetooth: UUID: Expose bt_uuid_to_str to application 2019-12-09 17:15:05 +02:00
hci.c cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
hci.h
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
l2cap.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
ll.c
ll.h
rfcomm.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
ticker.c