Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci_transport_em9304_spi.c387 static uint16_t hci_transport_em9304_spi_bytes_to_read; variable
399 hci_transport_em9304_spi_bytes_to_read = 1; in hci_transport_em9304_spi_reset_statemachine()
406 …ata: ring buffer has %u -> hci wants %u", bytes_available, hci_transport_em9304_spi_bytes_to_read); in hci_transport_em9304_spi_process_data()
409 if (!hci_transport_em9304_spi_bytes_to_read) break; in hci_transport_em9304_spi_process_data()
411 … uint16_t bytes_to_copy = btstack_min(bytes_available, hci_transport_em9304_spi_bytes_to_read); in hci_transport_em9304_spi_process_data()
415 hci_transport_em9304_spi_bytes_to_read -= bytes_to_copy; in hci_transport_em9304_spi_process_data()
417 if (hci_transport_em9304_spi_bytes_to_read == 0u){ in hci_transport_em9304_spi_process_data()
433 hci_transport_em9304_spi_bytes_to_read = HCI_EVENT_HEADER_SIZE; in hci_transport_em9304_spi_block_read()
437 hci_transport_em9304_spi_bytes_to_read = HCI_ACL_HEADER_SIZE; in hci_transport_em9304_spi_block_read()
448 hci_transport_em9304_spi_bytes_to_read = hci_packet[2]; in hci_transport_em9304_spi_block_read()
[all …]