Add comments and partial Doxygen documentation to the incomplete Bluetooth SDP handle...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / BluetoothHost.c
index 585820d..b9b5ec1 100644 (file)
@@ -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 */