10#ifndef ZEPHYR_INCLUDE_BLUETOOTH_HCI_RAW_H_
11#define ZEPHYR_INCLUDE_BLUETOOTH_HCI_RAW_H_
int bt_send(struct net_buf *buf)
Send packet to the Bluetooth controller.
int bt_enable_raw(struct k_fifo *rx_queue)
Enable Bluetooth RAW channel:
Network buffer representation.
Definition net_buf.h:1006