HCI_Cmd
C
void 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. |
void HCI_Cmd(uint16_t length, uint8_t *p_packet);HCI command.
| Parameter | Description |
|---|---|
| [in] length | The length of HCI command packet. |
| [in] p_packet | Pointer to HCI command packet. |