X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/fa1a092901319b3b41bf09e0c4cb9cbbec470d6b..083d797acaa58f792960a1cb9d7d8d41c3c956a7:/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h index 317ebc7eb..2295e558c 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h @@ -42,8 +42,6 @@ #include "BluetoothClassCodes.h" /* Macros: */ - #define BT_HCI_DEBUG(s, ...) printf_P(PSTR("(HCI) " s "\r\n"), __VA_ARGS__) - #define OGF_LINK_CONTROL 0x01 #define OGF_CTRLR_BASEBAND 0x03 #define OGF_CTRLR_INFORMATIONAL 0x04 @@ -193,8 +191,10 @@ void Bluetooth_ProcessHCICommands(void); void Bluetooth_ProcessHCIEvents(void); - bool CALLBACK_Bluetooth_ConnectionRequest(uint8_t* RemoteAddress); - + bool Bluetooth_ConnectionRequest(uint8_t* RemoteAddress); + void Bluetooth_ConnectionComplete(void); + void Bluetooth_DisconnectionComplete(void); + #if defined(INCLUDE_FROM_BLUETOOTHHCICOMMANDS_C) static uint8_t Bluetooth_SendHCICommand(void* Parameters, uint16_t ParameterLength); #endif