Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dccp_call_control_server.c40 .hold_call = NULL,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h269 bt_tbs_call_change_cb hold_call; member
707 bt_tbs_client_cp_cb hold_call; member
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c89 .hold_call = tbs_hold_call_cb,
Dtbs_client_test.c310 .hold_call = tbs_client_hold_call_cb,
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c1220 bool hold_call = true; in hold_other_calls() local
1225 hold_call = false; in hold_other_calls()
1230 if (!hold_call) { in hold_other_calls()
1449 if (tbs_cbs->hold_call != NULL) { in notify_app()
1450 tbs_cbs->hold_call(conn, call_index); in notify_app()
1501 if (held_calls_cnt != 0 && tbs_cbs->hold_call != NULL) { in notify_app()
1503 tbs_cbs->hold_call(conn, held_calls[i]->index); in notify_app()
Dtbs_client.c323 if (listener->hold_call != NULL) { in call_cp_callback_handler()
324 listener->hold_call(conn, err, index, call_index); in call_cp_callback_handler()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c302 .hold_call = tbs_client_cp_cb,
1108 .hold_call = btp_tbs_call_change_cb,