zephyr/subsys/bluetooth/shell
Andries Kruithof 2bfb128463 Bluetooth: shell: allow multiple parameters for bt hci-cmd
The hci-cmd currently accepts only a 1 byte parameter. This
disables use of commands that requires more than 1 byte,
for ex. the feature exchange that requires a 16 bit parameter.

This commit allows a datafield parameter up to 65 bytes long.
65 bytes comes from the nr. of parameters for the
HCI_LE_Generate_DHKey command

Signed-off-by: Andries Kruithof <Andries.Kruithof@nordicsemi.no>
2020-07-02 16:32:04 +03:00
..
bredr.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
bt.c Bluetooth: shell: allow multiple parameters for bt hci-cmd 2020-07-02 16:32:04 +03:00
bt.h Bluetooth: host: Move address string parsing to bluetooth API 2019-07-16 12:44:18 +02:00
CMakeLists.txt Bluetooth: controller: Remove legacy LL 2020-05-08 15:07:00 +02:00
gatt.c Bluetooth: shell: Add support for printing the write rate 2020-06-18 21:35:12 +02:00
hci.c cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
hci.h Bluetooth: shell: Updates related to new ULL LLL architecture 2019-01-23 09:45:06 +01:00
Kconfig Bluetooth: shell: kconfig: Do not select FLASH_SHELL from BT_SHELL 2020-01-23 17:54:08 +02:00
l2cap.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ll.c Bluetooth: controller: split: use CONFIG_BT_CTLR_ADV_SET 2020-06-12 15:50:34 +02:00
ll.h Bluetooth: controller: Remove redundant tmp role implementation 2019-02-05 15:00:08 +01:00
rfcomm.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ticker.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00