Functions | |
void | LlGetAdvSetContextSize (uint8_t *pMaxAdvSets, uint16_t *pAdvSetCtxSize) |
Get advertising set context size. More... | |
void | LlGetConnContextSize (uint8_t *pMaxConn, uint16_t *pConnCtxSize) |
Get connection context size. More... | |
void | LlGetExtScanContextSize (uint8_t *pMaxExtScan, uint16_t *pExtScanCtxSize) |
Get extended scan context size. More... | |
void | LlGetExtInitContextSize (uint8_t *pMaxExtInit, uint16_t *pExtInitCtxSize) |
Get extended initiator context size. More... | |
void | LlGetPerScanContextSize (uint8_t *pMaxPerScan, uint16_t *pPerScanCtxSize) |
Get periodic scan context size. More... | |
void | LlGetCigContextSize (uint8_t *pMaxCig, uint16_t *pCigCtxSize) |
Get CIG context size. More... | |
void | LlGetCisContextSize (uint8_t *pMaxCis, uint16_t *pCisCtxSize) |
Get CIS context size. More... | |
uint16_t | LlStatsGetHandlerWatermarkUsec (void) |
Get the LL handler watermark level. More... | |
void LlGetAdvSetContextSize | ( | uint8_t * | pMaxAdvSets, |
uint16_t * | pAdvSetCtxSize | ||
) |
Get advertising set context size.
pMaxAdvSets | Buffer to return the maximum number of advertising sets. |
pAdvSetCtxSize | Buffer to return the size in bytes of the advertising set context. |
Return the advertising set context sizes.
void LlGetCigContextSize | ( | uint8_t * | pMaxCig, |
uint16_t * | pCigCtxSize | ||
) |
Get CIG context size.
pMaxCig | Buffer to return the maximum number of CIG. |
pCigCtxSize | Buffer to return the size in bytes of the CIG context. |
Return the connection context sizes.
void LlGetCisContextSize | ( | uint8_t * | pMaxCis, |
uint16_t * | pCisCtxSize | ||
) |
Get CIS context size.
pMaxCis | Buffer to return the maximum number of CIS. |
pCisCtxSize | Buffer to return the size in bytes of the CIS context. |
Return the connection context sizes.
void LlGetConnContextSize | ( | uint8_t * | pMaxConn, |
uint16_t * | pConnCtxSize | ||
) |
Get connection context size.
pMaxConn | Buffer to return the maximum number of connections. |
pConnCtxSize | Buffer to return the size in bytes of the connection context. |
Return the connection context sizes.
void LlGetExtInitContextSize | ( | uint8_t * | pMaxExtInit, |
uint16_t * | pExtInitCtxSize | ||
) |
Get extended initiator context size.
pMaxExtInit | Buffer to return the maximum number of extended initiators. |
pExtInitCtxSize | Buffer to return the size in bytes of the extended initiator context. |
Return the advertising set context sizes.
void LlGetExtScanContextSize | ( | uint8_t * | pMaxExtScan, |
uint16_t * | pExtScanCtxSize | ||
) |
Get extended scan context size.
pMaxExtScan | Buffer to return the maximum number of extended scanners. |
pExtScanCtxSize | Buffer to return the size in bytes of the extended scanner context. |
Return the advertising set context sizes.
void LlGetPerScanContextSize | ( | uint8_t * | pMaxPerScan, |
uint16_t * | pPerScanCtxSize | ||
) |
Get periodic scan context size.
pMaxPerScan | Buffer to return the maximum number of periodic scanners. |
pPerScanCtxSize | Buffer to return the size in bytes of the periodic scanner context. |
Return the advertising set context sizes.
uint16_t LlStatsGetHandlerWatermarkUsec | ( | void | ) |
Get the LL handler watermark level.