Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c709 QueueHandle_t downstream_queue = queue_item->handle; in queue_create_hlevel_wrapper() local
711 hli_queue_handle_t queue = hli_queue_create(queue_len, item_size, downstream_queue); in queue_create_hlevel_wrapper()
721 QueueHandle_t downstream_queue = queue_item->handle; in customer_queue_create_hlevel_wrapper() local
723 hli_queue_handle_t queue = hli_customer_queue_create(queue_len, item_size, downstream_queue); in customer_queue_create_hlevel_wrapper()