Add comments and partial Doxygen documentation to the incomplete Bluetooth SDP handler code.
This commit is contained in:
parent
58a0ee67a3
commit
a20a9086f7
3 changed files with 177 additions and 71 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue