zephyr/subsys/bluetooth/shell
Luiz Augusto von Dentz 310ffc4c4c Bluetooth: shell: Split BR/EDR commands
This splits BR/EDR command under 'bt' to 'br' to reduce the command
list and at same time cleaning the mix between different bearers.

In addition to that also remove "br-" prefix for the commands:

br - Bluetooth BR/EDR shell commands
Options:
  -h, --help  :Show command help.
Subcommands:
  auth-pincode       :<pincode>
  connect            :<address>
  discovery          :<value: on, off> [length: 1-48] [mode: limited]
  iscan              :<value: on, off>
  l2cap-register     :<psm>
  oob                :
  pscan              :value: on, off
  sdp-find           :<HFPAG>
  rfcomm-register    :<channel>
  rfcomm-connect     :<channel>
  rfcomm-send        :<number of packets>
  rfcomm-disconnect  :[none]

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2018-10-01 11:10:46 +02:00
..
CMakeLists.txt Bluetooth: shell: Split BR/EDR 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
bredr.c Bluetooth: shell: Split BR/EDR commands 2018-10-01 11:10:46 +02:00
bt.c Bluetooth: shell: Split BR/EDR commands 2018-10-01 11:10:46 +02:00
bt.h Bluetooth: shell: Split BR/EDR 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: Port commands to the news shell 2018-10-01 11:10:46 +02:00
gatt.h Bluetooth: shell: Port commands to the news shell 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
ticker.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00