zephyr/subsys/bluetooth/shell
Luiz Augusto von Dentz 9d0fb5ec47 Bluetooth: ISO: Remove channel direction
Channel direction was actually a source of confusion since the spec does
actually define the data path direction from controller point of view
meaning input actually means transmit and output receive, also direction
can be configured with different QoS settings.

To make these APIs less confusing and allow QoS to be configured
independently they are now split into RX (receiving) and TX
(transmission) settings including its data path.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2021-03-23 17:49:08 -04:00
..
bredr.c
bt.c Bluetooth: host: Initial support for BIS 2021-03-09 08:06:02 -05:00
bt.h Bluetooth: host: Initial support for BIS 2021-03-09 08:06:02 -05:00
CMakeLists.txt Bluetooth: shell: Add iso module 2020-09-04 21:03:13 +02:00
gatt.c Bluetooth: shell: Fix gatt write command not cleanup up on error 2021-02-11 12:59:01 -05:00
hci.c
hci.h
iso.c Bluetooth: ISO: Remove channel direction 2021-03-23 17:49:08 -04:00
Kconfig
l2cap.c Bluetooth: shell: Add sec_level argument to l2cap connect command 2020-08-06 11:47:03 +02:00
ll.c Bluetooth: controller: Add periodic scanning 2020-10-21 12:44:38 +02:00
ll.h tests: Bluetooth: shell: Remove cmd_ull_reset 2020-07-20 12:46:26 +02:00
rfcomm.c
ticker.c