Home
last modified time | relevance | path

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

/btstack/port/esp32/components/btstack/
H A Dbtstack_port_esp32.c98 static uint8_t hci_ringbuffer_storage[HCI_HOST_ACL_PACKET_NUM * (2 + 1 + HCI_ACL_HEADER_SIZE + HC… variable
229 … btstack_ring_buffer_init(&hci_ringbuffer, hci_ringbuffer_storage, sizeof(hci_ringbuffer_storage)); in transport_open()