Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Dspi.c146 static int bt_spi_get_header(uint8_t op, uint16_t *size) in bt_spi_get_header() function
263 ret = bt_spi_get_header(SPI_READ, &size); in bt_spi_rx_thread()
334 ret = bt_spi_get_header(SPI_WRITE, &size); in bt_spi_send()
Dhci_spi_st.c220 static int bt_spi_get_header(uint8_t op, uint16_t *size) in bt_spi_get_header() function
281 static int bt_spi_get_header(uint8_t op, uint16_t *size) in bt_spi_get_header() function
525 ret = bt_spi_get_header(SPI_READ, &size); in bt_spi_rx_thread()
594 ret = bt_spi_get_header(SPI_WRITE, &size); in bt_spi_send()