![]() |
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 | |
void | HciSendAclData (uint8_t *pAclData) |
Send ACL Data from the stack to HCI. More... | |
typedef void(* hciAclCback_t) (uint8_t *pData) |
void HciSendAclData | ( | uint8_t * | pAclData | ) |
Send ACL Data from the stack to HCI.
pAclData | WSF buffer containing an ACL packet. |