Zephyr API 3.6.99
|
#include <hci_raw.h>
Data Fields | |
uint16_t | op |
Opcode of the command. | |
size_t | min_len |
Minimal length of the command. | |
uint8_t(* | func )(struct net_buf *buf) |
Handler function. | |
Handler function.
Handler function to be called when a command is intercepted.
buf | Buffer containing the command. |
size_t bt_hci_raw_cmd_ext::min_len |
Minimal length of the command.
uint16_t bt_hci_raw_cmd_ext::op |
Opcode of the command.