Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_cc.c444 uint16_t start_event_count; in rp_cc_check_instant() local
448 start_event_count = ctx->data.cis_create.conn_event_count; in rp_cc_check_instant()
450 if (is_instant_reached_or_passed(start_event_count, event_counter)) { in rp_cc_check_instant()
451 uint16_t instant_latency = (event_counter - start_event_count) & 0xffff; in rp_cc_check_instant()
992 uint16_t start_event_count; in lp_cc_check_instant() local
997 start_event_count = ctx->data.cis_create.conn_event_count; in lp_cc_check_instant()
999 instant_latency = (event_counter - start_event_count) & 0xffff; in lp_cc_check_instant()