Home
last modified time | relevance | path

Searched refs:last_pa_event_counter (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_periodic_sync/src/
Dmain.c114 uint16_t last_pa_event_counter, uint8_t sid, in ull_sync_transfer_received_custom_fake() argument
151 .last_pa_event_counter = 0x00, in ZTEST()
253 .last_pa_event_counter = 0x00, in ZTEST()
350 .last_pa_event_counter = 0x00, in ZTEST()
362 .last_pa_event_counter = 0x00, in ZTEST()
485 .last_pa_event_counter = 0x00, in ZTEST()
597 .last_pa_event_counter = 0x00, in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_internal.h30 uint16_t last_pa_event_counter, uint8_t sid,
Dull_llcp.h291 uint16_t pa_event_counter, uint16_t last_pa_event_counter);
Dull_llcp_past.c253 ctx->data.periodic_sync.last_pa_event_counter, in rp_past_st_wait_rx()
290 ctx->data.periodic_sync.last_pa_event_counter, in rp_past_st_wait_next_evt()
Dull_llcp_pdu.c1035 p->last_pa_event_counter = sys_cpu_to_le16(ctx->data.periodic_sync.last_pa_event_counter); in llcp_pdu_encode_periodic_sync_ind()
1057 ctx->data.periodic_sync.last_pa_event_counter = sys_le16_to_cpu(p->last_pa_event_counter); in llcp_pdu_decode_periodic_sync_ind()
Dull_sync.c205 int16_t conn_evt_offset, uint16_t last_pa_event_counter, in ull_sync_setup_from_sync_transfer() argument
356 event_delta = lll->event_counter - last_pa_event_counter; in ull_sync_setup_from_sync_transfer()
1920 uint16_t last_pa_event_counter, uint8_t sid, argument
1970 last_pa_event_counter, sync_conn_event_count,
Dull_conn.c2782 uint16_t last_pa_event_counter; in mfy_past_sender_offset_get() local
2810 last_pa_event_counter = pa_event_counter - 1; in mfy_past_sender_offset_get()
2839 last_pa_event_counter = pa_event_counter - 1 - lazy; in mfy_past_sender_offset_get()
2843 last_pa_event_counter -= sync->timeout_reload - sync->timeout_expire; in mfy_past_sender_offset_get()
2848 last_pa_event_counter); in mfy_past_sender_offset_get()
Dull_llcp.c1468 uint16_t pa_event_counter, uint16_t last_pa_event_counter) argument
1507 ctx->data.periodic_sync.last_pa_event_counter = last_pa_event_counter;
Dull_llcp_internal.h333 uint16_t last_pa_event_counter; member
Dpdu.h898 uint16_t last_pa_event_counter; member
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c522 pdu->llctrl.periodic_sync_ind.last_pa_event_counter = in helper_pdu_encode_periodic_sync_ind()
523 sys_cpu_to_le16(p->last_pa_event_counter); in helper_pdu_encode_periodic_sync_ind()
1300 zassert_equal(pdu->llctrl.periodic_sync_ind.last_pa_event_counter, p->last_pa_event_counter, in helper_pdu_verify_periodic_sync_ind()