Mistake on this page?
Report an issue in GitHub or email us
Data Fields
hciCoreConn_t Struct Reference

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...
 

Detailed Description

Per-connection structure for ACL packet accounting.

Definition at line 49 of file hci_core.h.

Field Documentation

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.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.