Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dccp_call_ctrl.c164 err = bt_tbs_client_terminate_call(default_conn, BT_TBS_GTBS_INDEX, new_call_index); in ccp_terminate_call()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h846 int bt_tbs_client_terminate_call(struct bt_conn *conn, uint8_t inst_index,
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dtbs_client.c373 result = bt_tbs_client_terminate_call(default_conn, inst_index, in cmd_tbs_client_terminate()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c347 err = (conn) ? bt_tbs_client_terminate_call(conn, cp->inst_index, cp->call_id) : in ccp_terminate_call()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_client.c1929 int bt_tbs_client_terminate_call(struct bt_conn *conn, uint8_t inst_index, in bt_tbs_client_terminate_call() function