Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_ccp.c239 err = (conn) ? bt_tbs_client_accept_call(conn, cp->inst_index, cp->call_id) : -ENOTCONN; in ccp_accept_call()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dtbs.h613 int bt_tbs_client_accept_call(struct bt_conn *conn, uint8_t inst_index,
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dtbs_client.c254 result = bt_tbs_client_accept_call(default_conn, inst_index, in cmd_tbs_client_accept()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dtbs_client.c1750 int bt_tbs_client_accept_call(struct bt_conn *conn, uint8_t inst_index, in bt_tbs_client_accept_call() function