zephyr/tests/bluetooth/host/cs/mocks
Ryan Chu c9240cc99f bluetooth: host: Report status of Channel Sounding complete events
If the HCI status of a complete event is not BT_HCI_ERR_SUCCESS,
the remaining parameters could be invalid.

In this case, the params is passed as NULL pointer to the callbacks.
- LE CS Read Remote Supported Capabilities Complete event
- LE CS Read Remote FAE Table Complete event
- LE CS Config Complete event
- LE CS Security Enable Complete event
- LE CS Procedure Enable Complete event

This change avoids forwarding the invalid fileds to the applications.

Signed-off-by: Ryan Chu <ryan.chu@nordicsemi.no>
2025-04-01 16:26:58 +02:00
..
CMakeLists.txt
conn.c bluetooth: host: Report status of Channel Sounding complete events 2025-04-01 16:26:58 +02:00
conn.h bluetooth: host: Report status of Channel Sounding complete events 2025-04-01 16:26:58 +02:00
hci_core.c
hci_core.h
net_buf.c
net_buf.h