Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync.c271 uint16_t skip_max = sync->timeout_reload - CONN_ESTAB_COUNTDOWN; in ull_sync_setup_from_sync_transfer() local
273 if (sync->skip > skip_max) { in ull_sync_setup_from_sync_transfer()
274 sync->skip = skip_max; in ull_sync_setup_from_sync_transfer()
1024 uint16_t skip_max = sync->timeout_reload - CONN_ESTAB_COUNTDOWN; in ull_sync_setup() local
1026 if (sync->skip > skip_max) { in ull_sync_setup()
1027 sync->skip = skip_max; in ull_sync_setup()