aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-21 09:38:44 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-21 09:38:44 +0000
commita20a9086f76c142bb77293f5de3fe42295d27847 (patch)
tree3160ccabc0a1ade394d4b134f80d23ac63919af9 /Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
parent58a0ee67a396622922d873d0625c993d2d5f9e57 (diff)
downloadlufa-a20a9086f76c142bb77293f5de3fe42295d27847.tar.gz
lufa-a20a9086f76c142bb77293f5de3fe42295d27847.tar.bz2
lufa-a20a9086f76c142bb77293f5de3fe42295d27847.zip
Add comments and partial Doxygen documentation to the incomplete Bluetooth SDP handler code.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c2
1 files changed, 1 insertions, 1 deletions
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 */