Functions | |
uint16_t | LlGetAclMaxSize (void) |
Get the maximum ACL buffers size. More... | |
uint8_t | LlGetAclTxBufs (void) |
Get the number of buffers in the LL ACL transmit queue. More... | |
uint8_t | LlGetAclRxBufs (void) |
Get the number of buffers in the LL ACL receive queue. More... | |
uint16_t | LlGetIsoMaxBufSize (void) |
Get the maximum ISO buffers size between host and controller. More... | |
uint8_t | LlGetIsoTxBufs (void) |
Get the number of buffers in the LL ISO transmit queue. More... | |
uint8_t | LlGetIsoRxBufs (void) |
Get the number of buffers in the LL ISO receive queue. More... | |
uint8_t | LlReadIsoLinkQual (uint16_t handle, LlIsoLinkQual_t *pStats) |
Read ISO link Quality stats. More... | |
void | LlSendAclData (uint8_t *pData) |
Send an ACL data packet. More... | |
uint8_t * | LlRecvAclData (void) |
Receive an ACL data packet. More... | |
void | LlRecvAclDataComplete (uint8_t numBufs) |
Indicate that received ACL data buffer has been deallocated. More... | |
uint16_t LlGetAclMaxSize | ( | void | ) |
Get the maximum ACL buffers size.
uint8_t LlGetAclRxBufs | ( | void | ) |
Get the number of buffers in the LL ACL receive queue.
uint8_t LlGetAclTxBufs | ( | void | ) |
Get the number of buffers in the LL ACL transmit queue.
uint16_t LlGetIsoMaxBufSize | ( | void | ) |
Get the maximum ISO buffers size between host and controller.
uint8_t LlGetIsoRxBufs | ( | void | ) |
Get the number of buffers in the LL ISO receive queue.
uint8_t LlGetIsoTxBufs | ( | void | ) |
Get the number of buffers in the LL ISO transmit queue.
uint8_t LlReadIsoLinkQual | ( | uint16_t | handle, |
LlIsoLinkQual_t * | pStats | ||
) |
Read ISO link Quality stats.
handle | connection handle. |
pStats | link quality statistics. |
uint8_t* LlRecvAclData | ( | void | ) |
Receive an ACL data packet.
Receive an ACL data packet. If no ACL buffers are available this function returns NULL.
void LlRecvAclDataComplete | ( | uint8_t | numBufs | ) |
Indicate that received ACL data buffer has been deallocated.
numBufs | Number of completed packets. |
Indicate that received ACL data buffer has been deallocated.
void LlSendAclData | ( | uint8_t * | pData | ) |
Send an ACL data packet.
pData | Data buffer |
Send an ACL data packet. pData points to an ACL buffer formatted according to [1]; the host must set the connection handle, flags, and length fields in the buffer.