Home
last modified time | relevance | path

Searched refs:bt_tbs_client_read_ccid (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/samples/bluetooth/hap_ha/src/
Dccp_call_ctrl.c40 err = bt_tbs_client_read_ccid(conn, BT_TBS_GTBS_INDEX); in process_profile_connection()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dtbs_client_test.c362 err = bt_tbs_client_read_ccid(default_conn, BT_TBS_GTBS_INDEX); in test_ccid()
377 err = bt_tbs_client_read_ccid(default_conn, i); in test_ccid()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dtbs.h752 int bt_tbs_client_read_ccid(struct bt_conn *conn, uint8_t inst_index);
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dtbs_client.c732 result = bt_tbs_client_read_ccid(default_conn, inst_index); in cmd_tbs_client_read_ccid()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dtbs_client.c2067 int bt_tbs_client_read_ccid(struct bt_conn *conn, uint8_t inst_index) in bt_tbs_client_read_ccid() function