X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/13d812a7188f0b0ecaa07ee66e376a2c5a88742f..9293de249151fb974325ebf8f39b28e0f32524ea:/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 e300dd960..4aa1df537 100644 --- a/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c +++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c @@ -213,6 +213,10 @@ void Bluetooth_StackInitialized(void) printf_P(PSTR("Stack initialized with local address %02X:%02X:%02X:%02X:%02X:%02X.\r\n"), Bluetooth_State.LocalBDADDR[5], Bluetooth_State.LocalBDADDR[4], Bluetooth_State.LocalBDADDR[3], Bluetooth_State.LocalBDADDR[2], Bluetooth_State.LocalBDADDR[1], Bluetooth_State.LocalBDADDR[0]); + + /* Reinitialize the services placed on top of the bluetooth stack ready for new connections */ + SDP_Initialize(); + RFCOMM_Initialize(); } /** Bluetooth stack callback event for a Bluetooth connection request. When this callback fires, the