Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_sync.c99 static inline uint16_t sync_handle_get(const struct ll_adv_sync_set *sync);
244 uint8_t handle = sync_handle_get(sync); in ull_adv_sync_iso_created()
748 return sync_handle_get(sync); in ull_adv_sync_handle_get()
753 return sync_handle_get((void *)lll->hdr.parent); in ull_adv_sync_lll_handle_get()
838 sync_handle = sync_handle_get(sync); in ull_adv_sync_start()
905 (TICKER_ID_ADV_SYNC_BASE + sync_handle_get(sync)), in ull_adv_sync_time_update()
2459 static inline uint16_t sync_handle_get(const struct ll_adv_sync_set *sync) function
2487 sync_handle = sync_handle_get(sync);
2702 ticker_id = TICKER_ID_ADV_SYNC_BASE + sync_handle_get(sync);