| Data Structures | |
| struct | lctrMsgHdr_t | 
| Common message structure passed to event handler.  More... | |
| struct | lctrChanMapUpdate_t | 
| Channel map update message.  More... | |
| struct | lctrBigCreated_t | 
| BIG created message.  More... | |
| struct | lctrConnInd_t | 
| Connect request PDU.  More... | |
| struct | lctrConnEstablish_t | 
| Connection establish.  More... | |
| Typedefs | |
| typedef bool_t(* | LctrIsPerAdvEnabledFn_t) (uint8_t handle) | 
| Call signature for periodic enabled check function.  More... | |
| typedef void(* | LctrUpdateCisChanMapFn_t) (uint16_t aclHandle) | 
| Call signature to update CIS channel map.  More... | |
| typedef bool_t(* | LctrExtCheckFn_t) (uint8_t scanPhy) | 
| Call signature for extended scan enabled check function.  More... | |
| typedef bool_t(* | LctrPerSyncPendFn_t) (void) | 
| Call signature for periodic sync pending check.  More... | |
| Enumerations | 
| Variables | |
| LctrIsPerAdvEnabledFn_t | LctrPerAdvEnabled | 
| Function pointer for periodic advertising enable check.  More... | |
| LctrUpdateCisChanMapFn_t | LctrUpdateCisChanMapFn | 
| Function pointer to update CIS channel map.  More... | |
| LctrExtCheckFn_t | LctrMstExtScanEnabled | 
| Function pointer for extended scan enable check.  More... | |
| LctrExtCheckFn_t | LctrMstExtInitEnabled | 
| Function pointer for extended advertising init enable check.  More... | |
| LctrPerSyncPendFn_t | LctrMstPerSyncPending | 
| Function pointer for periodic sync pending check.  More... | |
| const LlRtCfg_t * | pLctrRtCfg | 
| Runtime configuration.  More... | |
| typedef bool_t(* LctrExtCheckFn_t) (uint8_t scanPhy) | 
Call signature for extended scan enabled check function.
Definition at line 182 of file lctr_api.h.
| typedef bool_t(* LctrIsPerAdvEnabledFn_t) (uint8_t handle) | 
Call signature for periodic enabled check function.
Definition at line 170 of file lctr_api.h.
| typedef bool_t(* LctrPerSyncPendFn_t) (void) | 
Call signature for periodic sync pending check.
Definition at line 191 of file lctr_api.h.
| typedef void(* LctrUpdateCisChanMapFn_t) (uint16_t aclHandle) | 
Call signature to update CIS channel map.
Definition at line 176 of file lctr_api.h.
| anonymous enum | 
Message dispatch handler types.
Definition at line 46 of file lctr_api.h.
| anonymous enum | 
Broadcast task messages.
| Enumerator | |
|---|---|
| LCTR_MSG_RESET | Reset API message. | 
Definition at line 74 of file lctr_api.h.
| anonymous enum | 
Task event mask bit positions.
Definition at line 80 of file lctr_api.h.
| anonymous enum | 
Waiting host reply bitmask.
Definition at line 97 of file lctr_api.h.
| LctrExtCheckFn_t LctrMstExtInitEnabled | 
Function pointer for extended advertising init enable check.
| LctrExtCheckFn_t LctrMstExtScanEnabled | 
Function pointer for extended scan enable check.
| LctrPerSyncPendFn_t LctrMstPerSyncPending | 
Function pointer for periodic sync pending check.
| LctrIsPerAdvEnabledFn_t LctrPerAdvEnabled | 
Function pointer for periodic advertising enable check.
| LctrUpdateCisChanMapFn_t LctrUpdateCisChanMapFn | 
Function pointer to update CIS channel map.
| const LlRtCfg_t* pLctrRtCfg | 
Runtime configuration.