Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync.c107 static struct ll_sync_set ll_sync_pool[CONFIG_BT_PER_ADV_SYNC_MAX]; variable
801 return &ll_sync_pool[handle]; in ull_sync_set_get()
818 if (((uint8_t *)sync < (uint8_t *)ll_sync_pool) || in ull_sync_is_valid_get()
819 ((uint8_t *)sync > ((uint8_t *)ll_sync_pool + in ull_sync_is_valid_get()
842 return mem_index_get(sync, ll_sync_pool, sizeof(struct ll_sync_set)); in ull_sync_handle_get()
1566 mem_init(ll_sync_pool, sizeof(struct ll_sync_set),
1567 sizeof(ll_sync_pool) / sizeof(struct ll_sync_set),