Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c263 uint16_t discard_size; in h2c_h4_transport() local
271 discard_size = net_buf_max_len(buf); in h2c_h4_transport()
274 uint16_t read_size = MIN(payload_size, discard_size); in h2c_h4_transport()