Home
last modified time | relevance | path

Searched refs:tbs_cbs (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/ccp_call_control_client/uut/
Dtbs_client.c13 static struct bt_tbs_client_cb *tbs_cbs; variable
17 tbs_cbs = cbs; in bt_tbs_client_register_cb()
24 if (tbs_cbs != NULL && tbs_cbs->discover != NULL) { in bt_tbs_client_discover()
30 tbs_cbs->discover(conn, 0, tbs_cnt, IS_ENABLED(CONFIG_BT_TBS_CLIENT_GTBS)); in bt_tbs_client_discover()
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dccp_call_control_server.c37 static struct bt_tbs_cb tbs_cbs = { variable
51 bt_tbs_register_cb(&tbs_cbs); in ccp_call_control_server_init()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c117 static struct bt_tbs_cb *tbs_cbs; variable
262 if (tbs_cbs != NULL && tbs_cbs->authorize != NULL) { in is_authorized()
263 return tbs_cbs->authorize(conn); in is_authorized()
1433 if (tbs_cbs == NULL) { in notify_app()
1439 if (tbs_cbs->accept_call != NULL) { in notify_app()
1440 tbs_cbs->accept_call(conn, call_index); in notify_app()
1444 if (tbs_cbs->terminate_call != NULL) { in notify_app()
1445 tbs_cbs->terminate_call(conn, call_index, inst->terminate_reason.reason); in notify_app()
1449 if (tbs_cbs->hold_call != NULL) { in notify_app()
1450 tbs_cbs->hold_call(conn, call_index); in notify_app()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c86 static struct bt_tbs_cb tbs_cbs = { variable
367 bt_tbs_register_cb(&tbs_cbs); in init()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dtbs.c43 static struct bt_tbs_cb tbs_cbs = { variable
117 bt_tbs_register_cb(&tbs_cbs); in cmd_tbs_init()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c1106 static struct bt_tbs_cb tbs_cbs = { variable
1188 bt_tbs_register_cb(&tbs_cbs); in tester_init_tbs()