Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c92 static uint8_t hci_hdr_size(uint8_t h4_type) in hci_hdr_size() function
227 __ASSERT_NO_MSG(hci_hdr_size(h4_type) == 0); in h2c_h4_transport()
234 hdr_size = hci_hdr_size(h4_type); in h2c_h4_transport()