Searched refs:last_pa_event_counter (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_periodic_sync/src/ |
D | main.c | 114 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/ |
D | ull_sync_internal.h | 30 uint16_t last_pa_event_counter, uint8_t sid,
|
D | ull_llcp.h | 291 uint16_t pa_event_counter, uint16_t last_pa_event_counter);
|
D | ull_llcp_past.c | 253 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()
|
D | ull_llcp_pdu.c | 1035 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()
|
D | ull_sync.c | 205 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,
|
D | ull_conn.c | 2782 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()
|
D | ull_llcp.c | 1468 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;
|
D | ull_llcp_internal.h | 333 uint16_t last_pa_event_counter; member
|
D | pdu.h | 898 uint16_t last_pa_event_counter; member
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_pdu.c | 522 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()
|