Home
last modified time | relevance | path

Searched refs:tbs_client_cbs (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.6.0/subsys/bluetooth/audio/
Dtbs_client.c60 static const struct bt_tbs_client_cb *tbs_client_cbs; variable
268 if (tbs_client_cbs != NULL && tbs_client_cbs->current_calls != NULL) { in bearer_list_current_calls()
269 tbs_client_cbs->current_calls(conn, 0, tbs_index(conn, inst), cnt, calls); in bearer_list_current_calls()
284 if (tbs_client_cbs == NULL) { in call_cp_callback_handler()
291 cp_cb = tbs_client_cbs->accept_call; in call_cp_callback_handler()
296 cp_cb = tbs_client_cbs->terminate_call; in call_cp_callback_handler()
301 cp_cb = tbs_client_cbs->hold_call; in call_cp_callback_handler()
306 cp_cb = tbs_client_cbs->retrieve_call; in call_cp_callback_handler()
311 cp_cb = tbs_client_cbs->originate_call; in call_cp_callback_handler()
316 cp_cb = tbs_client_cbs->join_calls; in call_cp_callback_handler()
[all …]
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/audio/src/
Dtbs_client_test.c302 static const struct bt_tbs_client_cb tbs_client_cbs = { variable
491 bt_tbs_client_register_cb(&tbs_client_cbs); in test_main()