Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dccp_server.c37 static struct bt_tbs_cb tbs_cbs = { variable
51 bt_tbs_register_cb(&tbs_cbs); in ccp_server_init()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c86 static struct bt_tbs_cb *tbs_cbs; variable
231 if (tbs_cbs != NULL && tbs_cbs->authorize != NULL) { in is_authorized()
232 return tbs_cbs->authorize(conn); in is_authorized()
1037 if (tbs_cbs == NULL) { in notify_app()
1043 if (tbs_cbs->accept_call != NULL) { in notify_app()
1044 tbs_cbs->accept_call(conn, call_index); in notify_app()
1048 if (tbs_cbs->terminate_call != NULL) { in notify_app()
1049 tbs_cbs->terminate_call(conn, call_index, inst->terminate_reason.reason); in notify_app()
1053 if (tbs_cbs->hold_call != NULL) { in notify_app()
1054 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()