Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dcs.h582 int bt_le_cs_read_remote_supported_capabilities(struct bt_conn *conn);
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dconnected_cs_initiator.c280 err = bt_le_cs_read_remote_supported_capabilities(connection); in main()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c53 err = bt_le_cs_read_remote_supported_capabilities(default_conn); in cmd_read_remote_supported_capabilities()
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c278 int bt_le_cs_read_remote_supported_capabilities(struct bt_conn *conn) in bt_le_cs_read_remote_supported_capabilities() function