X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/c9148f9b473187163f9b1384b993315e39a14711..a2e6d54336144f7fa3cc1d77f887cc9e20631771:/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c?ds=inline diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c b/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c index c996af655..e49281538 100644 --- a/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c +++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c @@ -179,6 +179,9 @@ void Bluetooth_Management_Task(void) } puts_P(PSTR("Bluetooth Dongle Enumerated.\r\n")); + + /* Initialize the Bluetooth stack */ + Bluetooth_State_Init(); USB_HostState = HOST_STATE_Configured; break;