X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ee74b4948f5911de678886890d991db2b3267b06..b9c7d196152652df918a822522061c3fe193d273:/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h?ds=inline diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h index 2295e558c..f64bba016 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h @@ -190,10 +190,6 @@ /* Function Prototypes: */ void Bluetooth_ProcessHCICommands(void); void Bluetooth_ProcessHCIEvents(void); - - 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);