HCI_AclTx
C
bool HCI_AclTx(uint16_t length, uint8_t *p_packet);Description
HCI ACL data Trasmit.
Parameters
| Parameter | Description |
|---|---|
| [in] length | The length of HCI ACL data packet to be trasmitted. |
| [in] p_packet | Pointer to HCI ACL data packet to be trasmitted. |
Return values
| Return value | Description |
|---|---|
| true | Successfully send HCI ACL. |
| false | Fail to send HCI ACL. |
