zephyr/tests/bluetooth/host/cs
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
..
bt_le_cs_parse_pct
bt_le_cs_set_valid_chmap_bits
bt_le_cs_step_data_parse
mocks bluetooth: host: Report status of Channel Sounding complete events 2025-04-01 16:26:58 +02:00