Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/bluetooth/tmap_central/src/
Dccp_server.c38 .hold_call = NULL,
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dtbs.h140 bt_tbs_call_change_cb hold_call; member
464 bt_tbs_client_cp_cb hold_call; member
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dtbs.c915 bool hold_call = true; in hold_other_calls() local
920 hold_call = false; in hold_other_calls()
925 if (!hold_call) { in hold_other_calls()
1181 if (tbs_cbs->hold_call != NULL) { in notify_app()
1182 tbs_cbs->hold_call(conn, call_index); in notify_app()
1244 if (held_calls_cnt != 0 && tbs_cbs->hold_call != NULL) { in notify_app()
1246 tbs_cbs->hold_call(conn, held_calls[i]->index); in notify_app()
Dtbs_client.c301 cp_cb = tbs_client_cbs->hold_call; in call_cp_callback_handler()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dtbs_test.c79 .hold_call = tbs_hold_call_cb,
Dtbs_client_test.c306 .hold_call = tbs_client_hold_call_cb,