Home
last modified time | relevance | path

Searched refs:pa_timer (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_scan_delegator_test.c49 struct k_work_delayable pa_timer; member
114 struct sync_state *state = CONTAINER_OF(dwork, struct sync_state, pa_timer); in pa_timer_handler()
151 k_work_init_delayable(&state->pa_timer, pa_timer_handler); in pa_sync_past()
152 (void)k_work_reschedule(&state->pa_timer, in pa_sync_past()
186 k_work_init_delayable(&state->pa_timer, pa_timer_handler); in pa_sync_no_past()
187 (void)k_work_reschedule(&state->pa_timer, in pa_sync_no_past()
198 (void)k_work_cancel_delayable(&state->pa_timer); in pa_sync_term()
383 k_work_cancel_delayable(&state->pa_timer); in pa_synced_cb()
401 k_work_cancel_delayable(&state->pa_timer); in pa_term_cb()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c284 static K_WORK_DELAYABLE_DEFINE(pa_timer, pa_timer_handler);
333 k_work_reschedule(&pa_timer, K_MSEC(param.timeout * 10)); in pa_sync_with_past()
356 k_work_reschedule(&pa_timer, K_MSEC(param.timeout * 10)); in pa_sync_without_past()
420 k_work_cancel_delayable(&pa_timer); in pa_sync_term_req_cb()
524 k_work_cancel_delayable(&pa_timer); in bap_pa_sync_synced_cb()
559 k_work_cancel_delayable(&pa_timer); in bap_pa_sync_terminated_cb()
625 k_work_reschedule(&pa_timer, K_MSEC(param.timeout * 10)); in scan_check_and_sync_broadcast()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_scan_delegator.c45 struct k_work_delayable pa_timer; member
172 struct sync_state *state = CONTAINER_OF(dwork, struct sync_state, pa_timer); in pa_timer_handler()
209 k_work_init_delayable(&state->pa_timer, pa_timer_handler); in pa_sync_past()
210 (void)k_work_reschedule(&state->pa_timer, in pa_sync_past()
245 k_work_init_delayable(&state->pa_timer, pa_timer_handler); in pa_sync_no_past()
246 (void)k_work_reschedule(&state->pa_timer, in pa_sync_no_past()
257 (void)k_work_cancel_delayable(&state->pa_timer); in pa_sync_term()
404 k_work_cancel_delayable(&state->pa_timer); in pa_synced_cb()
427 k_work_cancel_delayable(&state->pa_timer); in pa_term_cb()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c852 static K_WORK_DELAYABLE_DEFINE(pa_timer, pa_timer_handler);
890 (void)k_work_reschedule(&pa_timer, K_MSEC(param.timeout * 10)); in pa_sync_past()
1234 k_work_cancel_delayable(&pa_timer); in bap_pa_sync_synced_cb()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c786 static K_WORK_DELAYABLE_DEFINE(pa_timer, pa_timer_handler);
795 k_work_cancel_delayable(&pa_timer); in bap_pa_sync_synced_cb()
905 (void)k_work_reschedule(&pa_timer, K_MSEC(param.timeout * 10)); in pa_sync_past()