Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/bluetooth/hci/
Dapollox_blue.h72 int bt_apollo_spi_rcv(uint8_t *data, uint16_t *len, bt_spi_transceive_fun transceive);
Dapollox_blue.c146 int bt_apollo_spi_rcv(uint8_t *data, uint16_t *len, bt_spi_transceive_fun transceive) in bt_apollo_spi_rcv() function
Dhci_ambiq.c111 ret = bt_apollo_spi_rcv(data, len, bt_spi_transceive); in spi_receive_packet()