Link layer manager persistent control block (persists with resets). More...
#include <lmgr_api.h>
| Data Fields | |
| llEvtCback_t | evtCback | 
| llAclCback_t | sendCompCback | 
| llAclCback_t | recvPendCback | 
| wsfHandlerId_t | handlerId | 
| uint16_t | connCtxSize | 
| uint16_t | advSetCtxSize | 
| uint16_t | extScanCtxSize | 
| uint16_t | extInitCtxSize | 
| uint16_t | perScanCtxSize | 
| uint16_t | cisCtxSize | 
| uint16_t | cigCtxSize | 
| uint16_t | bisCtxSize | 
| uint16_t | bigCtxSize | 
| uint64_t | featuresDefault | 
| llIsoCback_t | sendIsoCompCback | 
| llIsoCback_t | recvIsoPendCback | 
| uint64_t | bdAddr | 
| uint64_t | supStates | 
Link layer manager persistent control block (persists with resets).
Definition at line 65 of file lmgr_api.h.
| uint16_t advSetCtxSize | 
Size of the advertising set context.
Definition at line 72 of file lmgr_api.h.
| uint64_t bdAddr | 
Public device address.
Definition at line 86 of file lmgr_api.h.
| uint16_t bigCtxSize | 
Size of the BIG context.
Definition at line 79 of file lmgr_api.h.
| uint16_t bisCtxSize | 
Size of the BIS context.
Definition at line 78 of file lmgr_api.h.
| uint16_t cigCtxSize | 
Size of the CIG context.
Definition at line 77 of file lmgr_api.h.
| uint16_t cisCtxSize | 
Size of the CIS context.
Definition at line 76 of file lmgr_api.h.
| uint16_t connCtxSize | 
Size of the connection context.
Definition at line 71 of file lmgr_api.h.
| llEvtCback_t evtCback | 
Event callback.
Definition at line 67 of file lmgr_api.h.
| uint16_t extInitCtxSize | 
Size of the extended initiator context.
Definition at line 74 of file lmgr_api.h.
| uint16_t extScanCtxSize | 
Size of the extended scanner context.
Definition at line 73 of file lmgr_api.h.
| uint64_t featuresDefault | 
Default supported features.
Definition at line 80 of file lmgr_api.h.
| wsfHandlerId_t handlerId | 
System event handler ID.
Definition at line 70 of file lmgr_api.h.
| uint16_t perScanCtxSize | 
Size of the periodic scanning context.
Definition at line 75 of file lmgr_api.h.
| llIsoCback_t recvIsoPendCback | 
ISO data receive pending callback.
Definition at line 83 of file lmgr_api.h.
| llAclCback_t recvPendCback | 
ACL data receive pending callback.
Definition at line 69 of file lmgr_api.h.
| llAclCback_t sendCompCback | 
ACL data send complete callback.
Definition at line 68 of file lmgr_api.h.
| llIsoCback_t sendIsoCompCback | 
ISO data send complete callback.
Definition at line 82 of file lmgr_api.h.
| uint64_t supStates | 
Supported states.
Definition at line 87 of file lmgr_api.h.