Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/samples/bluetooth/tmap_central/src/
Dccp_server.c35 static struct bt_tbs_cb tbs_cbs = { variable
49 bt_tbs_register_cb(&tbs_cbs); in ccp_server_init()
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dtbs.c112 static struct bt_tbs_cb *tbs_cbs; variable
196 if (tbs_cbs != NULL && tbs_cbs->authorize != NULL) { in is_authorized()
197 return tbs_cbs->authorize(conn); in is_authorized()
1168 if (tbs_cbs == NULL) { in notify_app()
1174 if (tbs_cbs->accept_call != NULL) { in notify_app()
1175 tbs_cbs->accept_call(conn, call_index); in notify_app()
1179 if (tbs_cbs->terminate_call != NULL) { in notify_app()
1180 tbs_cbs->terminate_call(conn, call_index, in notify_app()
1185 if (tbs_cbs->hold_call != NULL) { in notify_app()
1186 tbs_cbs->hold_call(conn, call_index); in notify_app()
[all …]
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/
Dtbs_test.c76 static struct bt_tbs_cb tbs_cbs = { variable
334 bt_tbs_register_cb(&tbs_cbs); in test_main()
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/shell/
Dtbs.c34 static struct bt_tbs_cb tbs_cbs = { variable
56 bt_tbs_register_cb(&tbs_cbs); in cmd_tbs_init()