hci_uart sample. Initially, I found that the default sample did not support sending Channel Sounding-related HCI commands.prj.conf file by adding the following configuration entries:CONFIG_BT_CHANNEL_SOUNDING=y
CONFIG_BT_CTLR_CHANNEL_SOUNDING=y
CONFIG_BT_CTLR_CHANNEL_SOUNDING_TEST=y
- Used
LE Set Host Featureto enable Channel Sounding (Host Support) - Used
Set Event Maskto enable LE Meta Events - Used
LE Set Event Maskto configure the LE event mask
hcitool and the packet capture logs from btmon.

