Searched refs:ll_sync_pool (Results 1 – 1 of 1) sorted by relevance
107 static struct ll_sync_set ll_sync_pool[CONFIG_BT_PER_ADV_SYNC_MAX]; variable794 return &ll_sync_pool[handle]; in ull_sync_set_get()811 if (((uint8_t *)sync < (uint8_t *)ll_sync_pool) || in ull_sync_is_valid_get()812 ((uint8_t *)sync > ((uint8_t *)ll_sync_pool + in ull_sync_is_valid_get()835 return mem_index_get(sync, ll_sync_pool, sizeof(struct ll_sync_set)); in ull_sync_handle_get()1552 mem_init(ll_sync_pool, sizeof(struct ll_sync_set),1553 sizeof(ll_sync_pool) / sizeof(struct ll_sync_set),
Completed in 7 milliseconds