zephyr/subsys/bluetooth/shell
Sean Madigan 0b327db097 Bluetooth: Add support for Path Loss Monitoring feature
This commit adds host support for the Path Loss Monitoring
feature see Bluetooth Core specification, Version 5.4,
Vol 6, Part B, Section 4.6.32.

Limited logic is required, just adding a wrapper around the
HCI command and callback for HCI event.

Add new zone - BT_CONN_LE_PATH_LOSS_ZONE_UNAVAILABLE, to
convert 0xFF path loss to a useful zone.

Add new Kconfigs and functionality to the bt shell.

Signed-off-by: Sean Madigan <sean.madigan@nordicsemi.no>
2024-06-07 15:04:11 +02:00
..
a2dp.c tests: bluetooth: shell: add a2dp shell test 2024-05-28 12:56:42 +02:00
bredr.c Bluetooth: Host: Move BR headers to subfolder classic 2024-03-07 11:26:45 +02:00
bt.c Bluetooth: Add support for Path Loss Monitoring feature 2024-06-07 15:04:11 +02:00
bt.h
CMakeLists.txt tests: bluetooth: shell: add a2dp shell test 2024-05-28 12:56:42 +02:00
gatt.c Bluetooth: Host: Add const prefix for UUID 2023-12-07 16:16:43 +00:00
hci.c
hci.h
ias_client.c
ias.c
iso.c Bluetooth: ISO: Add CONFIG_BT_ISO_{RX/TX} 2024-03-02 15:05:39 +01:00
Kconfig
l2cap.c Bluetooth: Host: Move BR headers to subfolder classic 2024-03-07 11:26:45 +02:00
ll.c
ll.h
rfcomm.c Bluetooth: Host: Move BR headers to subfolder classic 2024-03-07 11:26:45 +02:00
ticker.c