Per-connection structure for ACL packet accounting. More...
#include <hci_core.h>
Data Fields | |
uint8_t * | pTxAclPkt |
Fragmenting TX ACL packet pointer. More... | |
uint8_t * | pNextTxFrag |
Next TX ACL packet fragment. More... | |
uint8_t * | pRxAclPkt |
RX ACL packet pointer. More... | |
uint8_t * | pNextRxFrag |
Next RX ACL packet fragment. More... | |
uint16_t | handle |
Connection handle. More... | |
uint16_t | txAclRemLen |
Fragmenting TX ACL packet remaining length. More... | |
uint16_t | rxAclRemLen |
Fragmented RX ACL packet remaining length. More... | |
bool_t | fragmenting |
TRUE if fragmenting a TX ACL packet. More... | |
bool_t | flowDisabled |
TRUE if data flow disabled. More... | |
uint8_t | queuedBufs |
Queued ACL buffers on this connection. More... | |
uint8_t | outBufs |
Outstanding ACL buffers sent to controller. More... | |
Per-connection structure for ACL packet accounting.
Definition at line 49 of file hci_core.h.
bool_t flowDisabled |
TRUE if data flow disabled.
Definition at line 59 of file hci_core.h.
bool_t fragmenting |
TRUE if fragmenting a TX ACL packet.
Definition at line 58 of file hci_core.h.
uint16_t handle |
Connection handle.
Definition at line 55 of file hci_core.h.
uint8_t outBufs |
Outstanding ACL buffers sent to controller.
Definition at line 61 of file hci_core.h.
uint8_t* pNextRxFrag |
Next RX ACL packet fragment.
Definition at line 54 of file hci_core.h.
uint8_t* pNextTxFrag |
Next TX ACL packet fragment.
Definition at line 52 of file hci_core.h.
uint8_t* pRxAclPkt |
RX ACL packet pointer.
Definition at line 53 of file hci_core.h.
uint8_t* pTxAclPkt |
Fragmenting TX ACL packet pointer.
Definition at line 51 of file hci_core.h.
uint8_t queuedBufs |
Queued ACL buffers on this connection.
Definition at line 60 of file hci_core.h.
uint16_t rxAclRemLen |
Fragmented RX ACL packet remaining length.
Definition at line 57 of file hci_core.h.
uint16_t txAclRemLen |
Fragmenting TX ACL packet remaining length.
Definition at line 56 of file hci_core.h.