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