HCI_CMD_PKT_SIZE
int hci_sendspace = HCI_CMD_PKT_SIZE;
uint8_t msg[sizeof(hci_cmd_hdr_t) + HCI_CMD_PKT_SIZE];
char msg[HCI_CMD_PKT_SIZE];