Control block of the LL HCI subsystem (persists with resets). More...
#include <lhci_int.h>
| Data Fields | |
| wsfHandlerId_t | handlerId | 
| wsfQueue_t | aclQ | 
| wsfQueue_t | cmdQ | 
| wsfQueue_t | evtQ | 
| wsfQueue_t | isoQ | 
| bool_t | evtTrPending | 
| uint8_t | supCmds [HCI_SUP_CMD_LEN] | 
Control block of the LL HCI subsystem (persists with resets).
Definition at line 301 of file lhci_int.h.
| wsfQueue_t aclQ | 
ACL queue.
Definition at line 305 of file lhci_int.h.
| wsfQueue_t cmdQ | 
Command queue.
Definition at line 306 of file lhci_int.h.
| wsfQueue_t evtQ | 
Event queue.
Definition at line 307 of file lhci_int.h.
| bool_t evtTrPending | 
Event transport in progress.
Definition at line 309 of file lhci_int.h.
| wsfHandlerId_t handlerId | 
Task handler ID.
Definition at line 303 of file lhci_int.h.
| wsfQueue_t isoQ | 
ISO queue.
Definition at line 308 of file lhci_int.h.
| uint8_t supCmds[HCI_SUP_CMD_LEN] | 
Supported HCI commands bit mask.
Definition at line 311 of file lhci_int.h.