Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dapollox_blue.h61 int bt_apollo_spi_send(uint8_t *data, uint16_t len, bt_spi_transceive_fun transceive);
Dapollox_blue.c137 int bt_apollo_spi_send(uint8_t *data, uint16_t len, bt_spi_transceive_fun transceive) in bt_apollo_spi_send() function
Dhci_ambiq.c116 ret = bt_apollo_spi_send(data, len, bt_spi_transceive); in spi_send_packet()