/* Function Prototypes: */\r
void Bluetooth_ProcessHCICommands(void);\r
void Bluetooth_ProcessHCIEvents(void);\r
- \r
- bool Bluetooth_ConnectionRequest(uint8_t* RemoteAddress);\r
- void Bluetooth_ConnectionComplete(void);\r
- void Bluetooth_DisconnectionComplete(void);\r
\r
#if defined(INCLUDE_FROM_BLUETOOTHHCICOMMANDS_C)\r
static uint8_t Bluetooth_SendHCICommand(void* Parameters, uint16_t ParameterLength);\r