Searched refs:max_buf_size (Results 1 – 1 of 1) sorted by relevance
364 static bool cybt_hci_read_packet(uint8_t *buf, uint32_t max_buf_size, uint32_t *size) { in cybt_hci_read_packet() argument387 if (hci_read_len > max_buf_size - 4) { in cybt_hci_read_packet()426 int cyw43_btbus_read(uint8_t *buf, uint32_t max_buf_size, uint32_t *size) { in cyw43_btbus_read() argument428 bool result = cybt_hci_read_packet(buf, max_buf_size, size); in cyw43_btbus_read()