Mistake on this page?
Report an issue in GitHub or email us
Typedefs
STACK_HCI_ACL_API

Typedefs

typedef void(* hciAclCback_t) (uint8_t *pData)
 HCI ACL callback type. More...
 
typedef void(* hciIsoCback_t) (uint8_t *pData)
 HCI ISO callback type. More...
 
typedef void(* hciFlowCback_t) (uint16_t handle, bool_t flowDisabled)
 HCI flow control callback type. More...
 

HCI ACL Data Functions

HCI ACL data interface

void HciSendAclData (uint8_t *pAclData)
 Send ACL Data from the stack to HCI. More...
 

Detailed Description

Typedef Documentation

typedef void(* hciAclCback_t) (uint8_t *pData)

HCI ACL callback type.

This callback function sends ACL data from HCI to the stack.

Parameters
pDataWSF buffer containing an ACL packet.
Returns
None.

Definition at line 1238 of file hci_api.h.

typedef void(* hciFlowCback_t) (uint16_t handle, bool_t flowDisabled)

HCI flow control callback type.

This callback function manages flow control in the TX path betrween the stack and HCI.

Parameters
connIdConnection handle.
flowDisabledTRUE if flow is disabled.
Returns
None.

Definition at line 1259 of file hci_api.h.

typedef void(* hciIsoCback_t) (uint8_t *pData)

HCI ISO callback type.

This callback function sends ISO data from HCI to the stack.

Parameters
pDataWSF buffer containing an ISO packet.
Returns
None.

Definition at line 1248 of file hci_api.h.

Function Documentation

void HciSendAclData ( uint8_t *  pAclData)

Send ACL Data from the stack to HCI.

Parameters
pAclDataWSF buffer containing an ACL packet.
Returns
None.
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.