Home
last modified time | relevance | path

Searched refs:evt_cntr (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_sync.c978 si->evt_cntr = 0U; in ull_adv_sync_info_fill()
2636 si->evt_cntr = lll_sync->event_counter + lll_sync->latency_prepare +
2643 instant_latency = (si->evt_cntr - lll_sync->chm_instant) &
2755 si->evt_cntr = lll_sync->event_counter + lll_sync->latency_prepare +
2762 instant_latency = (si->evt_cntr - lll_sync->chm_instant) &
Dull_llcp_pdu.c1032 p->sync_info.evt_cntr = sys_cpu_to_le16(ctx->data.periodic_sync.sync_info.evt_cntr); in llcp_pdu_encode_periodic_sync_ind()
Dull_sync.c249 lll->event_counter = sys_le16_to_cpu(si->evt_cntr); in ull_sync_setup_from_sync_transfer()
997 lll->event_counter = sys_le16_to_cpu(si->evt_cntr); in ull_sync_setup()
Dpdu.h520 uint16_t evt_cntr; member
Dull_llcp.c1505 ctx->data.periodic_sync.sync_info.evt_cntr = pa_event_counter;
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c7316 si->crc_init[2], sys_le16_to_cpu(si->evt_cntr));