Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Common Bluetooth HCI driver data. More...

#include <zephyr/drivers/bluetooth.h>

Data Fields

bt_hci_recv_t recv
 Callback for the driver to deliver data received from the controller to the host.

Detailed Description

Common Bluetooth HCI driver data.

This structure is common to all Bluetooth HCI drivers and must be the first member in the driver's data struct.

Field Documentation

◆ recv

bt_hci_recv_t bt_hci_driver_data::recv

Callback for the driver to deliver data received from the controller to the host.


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