void hciCmdTimeout(wsfMsgHdr_t *pMsg)
Process an HCI command timeout.
uint8_t * hciCmdAlloc(uint16_t opcode, uint16_t len)
Allocate an HCI command buffer and set the command header fields.
unsigned short uint16_t
Unsigned 16-bit value.
void hciCmdRecvCmpl(uint8_t numCmdPkts)
Process an HCI Command Complete or Command Status event.
void hciCmdInit(void)
Initialize the HCI cmd module.
Common message structure passed to event handler.
unsigned char uint8_t
Unsigned 8-bit value.
void hciCmdSend(uint8_t *pData)
Send an HCI command and service the HCI command queue.