Searched refs:pa_timer (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/ |
D | bap_scan_delegator_test.c | 49 struct k_work_delayable pa_timer; member 136 struct sync_state *state = CONTAINER_OF(dwork, struct sync_state, pa_timer); in pa_timer_handler() 172 k_work_init_delayable(&state->pa_timer, pa_timer_handler); in pa_sync_past() 173 (void)k_work_reschedule(&state->pa_timer, in pa_sync_past() 207 k_work_init_delayable(&state->pa_timer, pa_timer_handler); in pa_sync_no_past() 208 (void)k_work_reschedule(&state->pa_timer, in pa_sync_no_past() 219 (void)k_work_cancel_delayable(&state->pa_timer); in pa_sync_term() 389 k_work_cancel_delayable(&state->pa_timer); in pa_synced_cb() 407 k_work_cancel_delayable(&state->pa_timer); in pa_term_cb()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/ |
D | bap_scan_delegator.c | 44 struct k_work_delayable pa_timer; member 170 struct sync_state *state = CONTAINER_OF(dwork, struct sync_state, pa_timer); in pa_timer_handler() 207 k_work_init_delayable(&state->pa_timer, pa_timer_handler); in pa_sync_past() 208 (void)k_work_reschedule(&state->pa_timer, in pa_sync_past() 243 k_work_init_delayable(&state->pa_timer, pa_timer_handler); in pa_sync_no_past() 244 (void)k_work_reschedule(&state->pa_timer, in pa_sync_no_past() 255 (void)k_work_cancel_delayable(&state->pa_timer); in pa_sync_term() 402 k_work_cancel_delayable(&state->pa_timer); in pa_synced_cb() 425 k_work_cancel_delayable(&state->pa_timer); in pa_term_cb()
|
/Zephyr-Core-3.7.0/samples/bluetooth/bap_broadcast_sink/src/ |
D | main.c | 877 static K_WORK_DELAYABLE_DEFINE(pa_timer, pa_timer_handler); 914 (void)k_work_reschedule(&pa_timer, K_MSEC(param.timeout * 10)); in pa_sync_past() 1229 k_work_cancel_delayable(&pa_timer); in bap_pa_sync_synced_cb()
|
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/audio/ |
D | btp_bap_broadcast.c | 746 static K_WORK_DELAYABLE_DEFINE(pa_timer, pa_timer_handler); 755 k_work_cancel_delayable(&pa_timer); in bap_pa_sync_synced_cb() 865 (void)k_work_reschedule(&pa_timer, K_MSEC(param.timeout * 10)); in pa_sync_past()
|