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/subsys/bluetooth/audio/shell/
Dbap_scan_delegator.c46 struct k_work_delayable pa_timer; member
173 struct sync_state *state = CONTAINER_OF(dwork, struct sync_state, pa_timer); in pa_timer_handler()
210 k_work_init_delayable(&state->pa_timer, pa_timer_handler); in pa_sync_past()
211 (void)k_work_reschedule(&state->pa_timer, in pa_sync_past()
246 k_work_init_delayable(&state->pa_timer, pa_timer_handler); in pa_sync_no_past()
247 (void)k_work_reschedule(&state->pa_timer, in pa_sync_no_past()
258 (void)k_work_cancel_delayable(&state->pa_timer); in pa_sync_term()
401 k_work_cancel_delayable(&state->pa_timer); in pa_synced_cb()
422 k_work_cancel_delayable(&state->pa_timer); in pa_term_cb()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c287 static K_WORK_DELAYABLE_DEFINE(pa_timer, pa_timer_handler);
336 k_work_reschedule(&pa_timer, K_MSEC(param.timeout * 10)); in pa_sync_with_past()
359 k_work_reschedule(&pa_timer, K_MSEC(param.timeout * 10)); in pa_sync_without_past()
423 k_work_cancel_delayable(&pa_timer); in pa_sync_term_req_cb()
527 k_work_cancel_delayable(&pa_timer); in bap_pa_sync_synced_cb()
562 k_work_cancel_delayable(&pa_timer); in bap_pa_sync_terminated_cb()
628 k_work_reschedule(&pa_timer, K_MSEC(param.timeout * 10)); in scan_check_and_sync_broadcast()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c421 static K_WORK_DELAYABLE_DEFINE(pa_timer, pa_timer_handler);
459 (void)k_work_reschedule(&pa_timer, K_MSEC(param.timeout * 10)); in pa_sync_past()
803 k_work_cancel_delayable(&pa_timer); in bap_pa_sync_synced_cb()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c997 static K_WORK_DELAYABLE_DEFINE(pa_timer, pa_timer_handler);
1006 k_work_cancel_delayable(&pa_timer); in bap_pa_sync_synced_cb()
1116 (void)k_work_reschedule(&pa_timer, K_MSEC(param.timeout * 10)); in pa_sync_past()