Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
infuse_hci_vs.h
Go to the documentation of this file.
1
10#ifndef INFUSE_SDK_INCLUDE_INFUSE_BLUETOOTH_INFUSE_HCI_VS_H_
11#define INFUSE_SDK_INCLUDE_INFUSE_BLUETOOTH_INFUSE_HCI_VS_H_
12
13#include <zephyr/bluetooth/hci_types.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
26 INFUSE_HCI_OPCODE_CMD_VS_EPACKET = BT_OP(BT_OGF_VS, 0x00E0),
27};
28
30typedef struct __PACKED __ALIGN(1) {
32 uint8_t type;
34 uint16_t flags;
36 uint16_t sequence;
37 /* ePacket data payload */
38 uint8_t data[];
40
44
49#ifdef __cplusplus
50}
51#endif
52
53#endif /* INFUSE_SDK_INCLUDE_INFUSE_BLUETOOTH_INFUSE_HCI_VS_H_ */
infuse_hci_cmd_vs_epacket_t
Definition infuse_hci_vs.h:39
infuse_hci_opcode_vs
Definition infuse_hci_vs.h:25
infuse_hci_event_vs
Definition infuse_hci_vs.h:41
@ INFUSE_HCI_OPCODE_CMD_VS_EPACKET
Definition infuse_hci_vs.h:26
@ INFUSE_HCI_EVT_VS_EPACKET
Definition infuse_hci_vs.h:42