Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/include/osi/
Dfixed_pkt_queue.h35 fixed_pkt_queue_t *fixed_pkt_queue_new(size_t capacity);
/hal_espressif-latest/components/bt/common/osi/
Dfixed_pkt_queue.c21 fixed_pkt_queue_t *fixed_pkt_queue_new(size_t capacity) in fixed_pkt_queue_new() function
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c158 hci_host_env.command_queue = fixed_pkt_queue_new(QUEUE_SIZE_MAX); in hci_layer_init_env()