Home
last modified time | relevance | path

Searched refs:BT_CONN_LE_CS_RTT_SOUNDING_NOT_SUPP (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dcs.c355 remote_cs_capabilities.rtt_sounding_precision = BT_CONN_LE_CS_RTT_SOUNDING_NOT_SUPP; in bt_hci_le_cs_read_remote_supported_capabilities_complete()
1026 ret->rtt_sounding_precision = BT_CONN_LE_CS_RTT_SOUNDING_NOT_SUPP; in bt_le_cs_read_local_supported_capabilities()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c500 params.rtt_sounding_precision == BT_CONN_LE_CS_RTT_SOUNDING_NOT_SUPP ? "No" : "Yes", in cmd_read_local_supported_capabilities()
Dbt.c1028 params->rtt_sounding_precision == BT_CONN_LE_CS_RTT_SOUNDING_NOT_SUPP ? "No" in print_remote_cs_capabilities()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h278 BT_CONN_LE_CS_RTT_SOUNDING_NOT_SUPP = 0, enumerator