Searched refs:hold_call (Results 1 – 7 of 7) sorted by relevance
| /Zephyr-latest/samples/bluetooth/tmap_central/src/ |
| D | ccp_call_control_server.c | 40 .hold_call = NULL,
|
| /Zephyr-latest/include/zephyr/bluetooth/audio/ |
| D | tbs.h | 269 bt_tbs_call_change_cb hold_call; member 707 bt_tbs_client_cp_cb hold_call; member
|
| /Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
| D | tbs_test.c | 89 .hold_call = tbs_hold_call_cb,
|
| D | tbs_client_test.c | 310 .hold_call = tbs_client_hold_call_cb,
|
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | tbs.c | 1220 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()
|
| D | tbs_client.c | 323 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/ |
| D | btp_ccp.c | 302 .hold_call = tbs_client_cp_cb, 1108 .hold_call = btp_tbs_call_change_cb,
|