Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dccp_call_ctrl.c53 err = bt_tbs_client_read_call_state(conn, BT_TBS_GTBS_INDEX); in process_profile_connection()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h1054 int bt_tbs_client_read_call_state(struct bt_conn *conn, uint8_t inst_index);
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dtbs_client.c855 result = bt_tbs_client_read_call_state(default_conn, inst_index); in cmd_tbs_client_read_call_state()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c380 err = (conn) ? bt_tbs_client_read_call_state(conn, cp->inst_index) : -ENOTCONN; in ccp_read_call_state()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_client.c2303 int bt_tbs_client_read_call_state(struct bt_conn *conn, uint8_t inst_index) in bt_tbs_client_read_call_state() function