Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dbluetooth.h96 typedef int (*bt_hci_recv_t)(const struct device *dev, struct net_buf *buf); typedef
99 int (*open)(const struct device *dev, bt_hci_recv_t recv);
123 static inline int bt_hci_open(const struct device *dev, bt_hci_recv_t recv) in bt_hci_open()
/Zephyr-latest/tests/bluetooth/hci_uart_async/src/
Dtest_hci_uart_async.c33 bt_hci_recv_t recv;
38 static int drv_open(const struct device *dev, bt_hci_recv_t recv);
84 static int drv_open(const struct device *dev, bt_hci_recv_t recv) in drv_open()
/Zephyr-latest/tests/bluetooth/bluetooth/src/
Dbluetooth.c25 static int driver_open(const struct device *dev, bt_hci_recv_t recv) in driver_open()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ifx_psoc6_bless.c36 bt_hci_recv_t recv;
147 static int psoc6_bless_open(const struct device *dev, bt_hci_recv_t recv) in psoc6_bless_open()
Dhci_silabs_efr32.c21 bt_hci_recv_t recv;
155 static int slz_bt_open(const struct device *dev, bt_hci_recv_t recv) in slz_bt_open()
Dhci_esp32.c25 bt_hci_recv_t recv;
331 static int bt_esp32_open(const struct device *dev, bt_hci_recv_t recv) in bt_esp32_open()
Dhci_ifx_cyw208xx.c79 bt_hci_recv_t recv;
224 static int cyw208xx_open(const struct device *dev, bt_hci_recv_t recv) in cyw208xx_open()
Dhci_ambiq.c75 bt_hci_recv_t recv;
376 static int bt_apollo_open(const struct device *dev, bt_hci_recv_t recv) in bt_apollo_open()
Duserchan.c43 bt_hci_recv_t recv;
378 static int uc_open(const struct device *dev, bt_hci_recv_t recv) in uc_open()
Dhci_nxp.c30 bt_hci_recv_t recv;
421 static int bt_nxp_open(const struct device *dev, bt_hci_recv_t recv) in bt_nxp_open()
Dipc.c26 bt_hci_recv_t recv;
310 static int bt_ipc_open(const struct device *dev, bt_hci_recv_t recv) in bt_ipc_open()
Dspi.c70 bt_hci_recv_t recv;
375 static int bt_spi_open(const struct device *dev, bt_hci_recv_t recv) in bt_spi_open()
Dhci_stm32wba.c32 bt_hci_recv_t recv;
375 static int bt_hci_stm32wba_open(const struct device *dev, bt_hci_recv_t recv) in bt_hci_stm32wba_open()
Dhci_da1469x.c32 bt_hci_recv_t recv;
430 static int bt_da1469x_open(const struct device *dev, bt_hci_recv_t recv) in bt_da1469x_open()
Dhci_stm32wb0.c71 bt_hci_recv_t recv;
425 static int bt_hci_stm32wb0_open(const struct device *dev, bt_hci_recv_t recv) in bt_hci_stm32wb0_open()
Dipm_stm32wb.c25 bt_hci_recv_t recv;
544 static int bt_ipm_open(const struct device *dev, bt_hci_recv_t recv) in bt_ipm_open()
Dhci_spi_st.c94 bt_hci_recv_t recv;
642 static int bt_spi_open(const struct device *dev, bt_hci_recv_t recv) in bt_spi_open()
Dh4.c63 bt_hci_recv_t recv;
517 static int h4_open(const struct device *dev, bt_hci_recv_t recv) in h4_open()
Dh5.c88 bt_hci_recv_t recv;
776 static int h5_open(const struct device *dev, bt_hci_recv_t recv) in h5_open()
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c24 bt_hci_recv_t recv;
218 static int driver_open(const struct device *dev, bt_hci_recv_t recv) in driver_open()
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c29 bt_hci_recv_t recv;
233 static int driver_open(const struct device *dev, bt_hci_recv_t recv) in driver_open()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c72 bt_hci_recv_t recv;
840 static int hci_driver_open(const struct device *dev, bt_hci_recv_t recv) in hci_driver_open()