Searched refs:bt_hci_recv_t (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/ |
D | bluetooth.h | 96 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/ |
D | test_hci_uart_async.c | 33 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/ |
D | bluetooth.c | 25 static int driver_open(const struct device *dev, bt_hci_recv_t recv) in driver_open()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_ifx_psoc6_bless.c | 36 bt_hci_recv_t recv; 147 static int psoc6_bless_open(const struct device *dev, bt_hci_recv_t recv) in psoc6_bless_open()
|
D | hci_silabs_efr32.c | 21 bt_hci_recv_t recv; 155 static int slz_bt_open(const struct device *dev, bt_hci_recv_t recv) in slz_bt_open()
|
D | hci_esp32.c | 25 bt_hci_recv_t recv; 331 static int bt_esp32_open(const struct device *dev, bt_hci_recv_t recv) in bt_esp32_open()
|
D | hci_ifx_cyw208xx.c | 79 bt_hci_recv_t recv; 224 static int cyw208xx_open(const struct device *dev, bt_hci_recv_t recv) in cyw208xx_open()
|
D | hci_ambiq.c | 75 bt_hci_recv_t recv; 376 static int bt_apollo_open(const struct device *dev, bt_hci_recv_t recv) in bt_apollo_open()
|
D | userchan.c | 43 bt_hci_recv_t recv; 378 static int uc_open(const struct device *dev, bt_hci_recv_t recv) in uc_open()
|
D | hci_nxp.c | 30 bt_hci_recv_t recv; 421 static int bt_nxp_open(const struct device *dev, bt_hci_recv_t recv) in bt_nxp_open()
|
D | ipc.c | 26 bt_hci_recv_t recv; 310 static int bt_ipc_open(const struct device *dev, bt_hci_recv_t recv) in bt_ipc_open()
|
D | spi.c | 70 bt_hci_recv_t recv; 375 static int bt_spi_open(const struct device *dev, bt_hci_recv_t recv) in bt_spi_open()
|
D | hci_stm32wba.c | 32 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()
|
D | hci_da1469x.c | 32 bt_hci_recv_t recv; 430 static int bt_da1469x_open(const struct device *dev, bt_hci_recv_t recv) in bt_da1469x_open()
|
D | hci_stm32wb0.c | 71 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()
|
D | ipm_stm32wb.c | 25 bt_hci_recv_t recv; 544 static int bt_ipm_open(const struct device *dev, bt_hci_recv_t recv) in bt_ipm_open()
|
D | hci_spi_st.c | 94 bt_hci_recv_t recv; 642 static int bt_spi_open(const struct device *dev, bt_hci_recv_t recv) in bt_spi_open()
|
D | h4.c | 63 bt_hci_recv_t recv; 517 static int h4_open(const struct device *dev, bt_hci_recv_t recv) in h4_open()
|
D | h5.c | 88 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/ |
D | main.c | 24 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/ |
D | main.c | 29 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/ |
D | hci_driver.c | 72 bt_hci_recv_t recv; 840 static int hci_driver_open(const struct device *dev, bt_hci_recv_t recv) in hci_driver_open()
|