Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_hci_driver_api Struct Reference

#include <bluetooth.h>

Data Fields

int(* open )(const struct device *dev, bt_hci_recv_t recv)
 
int(* close )(const struct device *dev)
 
int(* send )(const struct device *dev, struct net_buf *buf)
 

Field Documentation

◆ close

int(* bt_hci_driver_api::close) (const struct device *dev)

◆ open

int(* bt_hci_driver_api::open) (const struct device *dev, bt_hci_recv_t recv)

◆ send

int(* bt_hci_driver_api::send) (const struct device *dev, struct net_buf *buf)

The documentation for this struct was generated from the following file: