Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c513 params.cs_without_fae_supported ? "Yes" : "No", in cmd_read_local_supported_capabilities()
553 params.cs_without_fae_supported = true; in cmd_write_cached_remote_supported_capabilities()
Dbt.c1043 params->cs_without_fae_supported ? "Yes" : "No", in print_remote_cs_capabilities()
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c385 remote_cs_capabilities.cs_without_fae_supported = in bt_hci_le_cs_read_remote_supported_capabilities_complete()
1052 ret->cs_without_fae_supported = in bt_le_cs_read_local_supported_capabilities()
1150 if (params->cs_without_fae_supported) { in bt_le_cs_write_cached_remote_supported_capabilities()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h352 bool cs_without_fae_supported; member