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
799 return &ll_sync_pool[handle]; in ull_sync_set_get()
816 if (((uint8_t *)sync < (uint8_t *)ll_sync_pool) || in ull_sync_is_valid_get()
817 ((uint8_t *)sync > ((uint8_t *)ll_sync_pool + in ull_sync_is_valid_get()
840 return mem_index_get(sync, ll_sync_pool, sizeof(struct ll_sync_set)); in ull_sync_handle_get()
1559 mem_init(ll_sync_pool, sizeof(struct ll_sync_set),
1560 sizeof(ll_sync_pool) / sizeof(struct ll_sync_set),