Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c512 params.cs_sync_2m_2bt_phy_supported ? "Yes" : "No", in cmd_read_local_supported_capabilities()
551 params.cs_sync_2m_2bt_phy_supported = true; in cmd_write_cached_remote_supported_capabilities()
Dbt.c1042 params->cs_sync_2m_2bt_phy_supported ? "Yes" : "No", in print_remote_cs_capabilities()
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c382 remote_cs_capabilities.cs_sync_2m_2bt_phy_supported = in bt_hci_le_cs_read_remote_supported_capabilities_complete()
1049 ret->cs_sync_2m_2bt_phy_supported = in bt_le_cs_read_local_supported_capabilities()
1145 if (params->cs_sync_2m_2bt_phy_supported) { in bt_le_cs_write_cached_remote_supported_capabilities()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h350 bool cs_sync_2m_2bt_phy_supported; member