zephyr/subsys/bluetooth/shell
Luiz Augusto von Dentz fb4785d274 Bluetooth: shell: Split L2CAP commands
This splits L2CAP commands under 'bt' to 'l2cap' removing 'l2cap-'
prefix from the commands:

l2cap - Bluetooth L2CAP shell commands
Options:
  -h, --help  :Show command help.
Subcommands:
  connect     :<psm>
  disconnect  :[none]
  metrics     :<value on, off>
  recv        :[delay (in miliseconds)
  register    :<psm> [sec_level]
  send        :<number of packets>

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2018-10-01 11:10:46 +02:00
..
bredr.c Bluetooth: shell: Split RFCOMM commands 2018-10-01 11:10:46 +02:00
bt.c Bluetooth: shell: Split L2CAP commands 2018-10-01 11:10:46 +02:00
bt.h Bluetooth: shell: Split L2CAP commands 2018-10-01 11:10:46 +02:00
CMakeLists.txt Bluetooth: shell: Split L2CAP commands 2018-10-01 11:10:46 +02:00
flash.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
gatt.c Bluetooth: shell: Split GATT commands 2018-10-01 11:10:46 +02:00
Kconfig Bluetooth: shell: Port commands to the news shell 2018-10-01 11:10:46 +02:00
l2cap.c Bluetooth: shell: Split L2CAP commands 2018-10-01 11:10:46 +02:00
ll.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
ll.h Bluetooth: shell: Add controller DTM commands 2017-09-29 20:56:11 +02:00
rfcomm.c Bluetooth: shell: Split RFCOMM commands 2018-10-01 11:10:46 +02:00
ticker.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00