Cordio Stack and Cordio Profiles  r2p3-02rel0
hciCoreConn_t Struct Reference

Per-connection structure for ACL packet accounting. More...

#include <hci_core.h>

Collaboration diagram for hciCoreConn_t:
Collaboration graph

Data Fields

uint8_tpTxAclPkt
 Fragmenting TX ACL packet pointer.
 
uint8_tpNextTxFrag
 Next TX ACL packet fragment.
 
uint8_tpRxAclPkt
 RX ACL packet pointer.
 
uint8_tpNextRxFrag
 Next RX ACL packet fragment.
 
uint16_t handle
 Connection handle.
 
uint16_t txAclRemLen
 Fragmenting TX ACL packet remaining length.
 
uint16_t rxAclRemLen
 Fragmented RX ACL packet remaining length.
 
bool_t fragmenting
 TRUE if fragmenting a TX ACL packet.
 
bool_t flowDisabled
 TRUE if data flow disabled.
 
uint8_t queuedBufs
 Queued ACL buffers on this connection.
 
uint8_t outBufs
 Outstanding ACL buffers sent to controller.
 

Description

Per-connection structure for ACL packet accounting.

Definition at line 44 of file hci_core.h.


The documentation for this struct was generated from the following file: