Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h879 int bt_tbs_client_accept_call(struct bt_conn *conn, uint8_t inst_index,
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dtbs_client.c258 result = bt_tbs_client_accept_call(default_conn, inst_index, in cmd_tbs_client_accept()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c331 err = (conn) ? bt_tbs_client_accept_call(conn, cp->inst_index, cp->call_id) : -ENOTCONN; in ccp_accept_call()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_client.c1916 int bt_tbs_client_accept_call(struct bt_conn *conn, uint8_t inst_index, in bt_tbs_client_accept_call() function