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.
| Enumerator | Description | 
|---|---|
| HCI_CMD_RESET | HCI Reset Command. | 
| HCI_CMD_CUSTOM | HCI Custom Command. | 
typedef enum HCI_CmdCbId_T
{
    HCI_CMD_RESET,
    HCI_CMD_CUSTOM
}HCI_CmdCbId_T;Type of HCI command that application implement.
| Enumerator | Description | 
|---|---|
| HCI_CMD_RESET | HCI Reset Command. | 
| HCI_CMD_CUSTOM | HCI Custom Command. |