bool_t hciTrInit(uint8_t port, uint32_t baudRate, bool_t flowControl)
Initialize HCI transport resources.
uint8_t bool_t
Boolean data type.
void hciTrSendAclData(void *pContext, uint8_t *pAclData)
Send a complete HCI ACL packet to the transport.
unsigned long uint32_t
Unsigned 32-bit value.
void hciTrShutdown(void)
Close HCI transport resources.
void hciTrSendCmd(uint8_t *pCmdData)
Send a complete HCI command to the transport.
unsigned char uint8_t
Unsigned 8-bit value.