Add more doxygen function documentation to the RFCOMM layer.

This commit is contained in:
Dean Camera 2010-07-11 07:59:15 +00:00
parent 00fa6aa2db
commit f6e84eabce
2 changed files with 29 additions and 2 deletions

View file

@ -56,8 +56,8 @@ const UUID_t BaseUUID PROGMEM = {0x00000000, BASE_80BIT_UUID};
* a connected Bluetooth device, and sends back appropriate responses to allow other devices to determine the
* services the local device exposes.
*
* \param[in] Data Incomming packet data containing the SDP request
* \param[in] Channel Channel the request was issued to by the remote device
* \param[in] Data Incomming packet data containing the SDP request
* \param[in] Channel ACL channel the request was issued to by the remote device
*/
void SDP_ProcessPacket(void* Data, Bluetooth_Channel_t* const Channel)
{