Cordio Stack and Cordio Profiles  r2p3-02rel0

Typedefs

typedef void(* hciAclCback_t) (uint8_t *pData)
 HCI ACL 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...
 

Description

Typedef Documentation

typedef void(* hciAclCback_t) (uint8_t *pData)

HCI ACL callback type.

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

Parameters
pDataWSF buffer containing an ACL packet.
Returns
None.

Definition at line 747 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 758 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.