From a20a9086f76c142bb77293f5de3fe42295d27847 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 21 May 2010 09:38:44 +0000 Subject: Add comments and partial Doxygen documentation to the incomplete Bluetooth SDP handler code. --- Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 */ -- cgit v1.2.3