Home
last modified time | relevance | path

Searched defs:bt_hci_driver (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/drivers/bluetooth/
Dhci_driver.h158 struct bt_hci_driver { struct
163 enum bt_hci_driver_bus bus; argument
170 uint32_t quirks;
185 int (*open)(void);
198 int (*close)(void);
212 int (*send)(struct net_buf *buf);
236 * @param drv A bt_hci_driver struct representing the driver. argument