X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/58a0ee67a396622922d873d0625c993d2d5f9e57..a20a9086f76c142bb77293f5de3fe42295d27847:/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c b/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c index 585820d34..b9b5ec14b 100644 --- a/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c +++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c @@ -283,7 +283,7 @@ void Bluetooth_PacketReceived(void* Data, uint16_t DataLen, Bluetooth_Channel_t* { case CHANNEL_PSM_SDP: /* Service Discovery Protocol packet */ - ServiceDiscovery_ProcessPacket(Data, Channel); + SDP_ProcessPacket(Data, Channel); break; default: /* Unknown Protocol packet */