1.2.2.1.8.2.1 HCI_CmdCbId_T

C

typedef enum HCI_CmdCbId_T
{
    HCI_CMD_RESET,
    HCI_CMD_CUSTOM
}HCI_CmdCbId_T;

Description

Type of HCI command that application implement.

EnumeratorDescription
HCI_CMD_RESETHCI Reset Command.
HCI_CMD_CUSTOMHCI Custom Command.