Add comments and partial Doxygen documentation to the incomplete Bluetooth SDP handler code.

This commit is contained in:
Dean Camera 2010-05-21 09:38:44 +00:00
parent 58a0ee67a3
commit a20a9086f7
3 changed files with 177 additions and 71 deletions

View 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 */