HCI_Cmd

C

bool HCI_Cmd(uint16_t  length, uint8_t *p_packet);

Description

HCI command.

Parameters

ParameterDescription
[in] lengthThe length of HCI command packet.
[in] p_packetPointer to HCI command packet.

Return values

Return valueDescription
trueSuccessfully send HCI command.
falseFail to send HCI command.