zephyr/subsys
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
..
app_memory subsys: app_memory: Fixed the size calculation for power of 2 MPUs 2018-09-20 11:25:53 -04:00
bluetooth Bluetooth: shell: Split BR/EDR commands 2018-10-01 11:10:46 +02:00
console subsys: console: Refactor code to allow per-UART "tty" wrapper 2018-08-16 06:18:50 -07:00
cpp
debug systemview: add support natively using tracing hooks 2018-08-21 05:45:47 -07:00
dfu coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
disk
fs portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
logging logging: allow mulitple log_panic calls 2018-09-27 13:11:26 +05:30
mgmt shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
net net: coap: Fix Coap coap_option_value_to_int and coap_append_option_int 2018-09-28 11:11:17 +03:00
power subsys: power: Add support for pluggable PM policies 2018-09-20 10:20:23 -04:00
random subsys: random: xoroshiro128: Use entropy get isr during init 2018-09-05 13:04:20 -04:00
settings cmake: settings: Don't add ext nffs include dir to global includes 2018-07-25 08:27:45 -04:00
shell portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
storage subsys: storage: flash_map: add API for check flash driver support 2018-09-27 16:24:21 +02:00
usb coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
CMakeLists.txt shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
Kconfig subsys: power: Add OS managed Power Management framework 2018-08-22 08:07:14 -07:00