Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dapollox_blue.h40 typedef int (*spi_transmit_fun)(uint8_t *data, uint16_t len); typedef
82 int bt_apollo_controller_init(spi_transmit_fun transmit);
Dapollox_blue.c311 int bt_apollo_controller_init(spi_transmit_fun transmit) in bt_apollo_controller_init()