From: Dean Camera Date: Tue, 15 Jun 2010 11:28:15 +0000 (+0000) Subject: Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is multi... X-Git-Tag: LUFA-110528-BETA~386 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/13ea700b35aa8ee9f89cf1cb06d41109d065bfcf?ds=inline;hp=13ea700b35aa8ee9f89cf1cb06d41109d065bfcf Rename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariableFieldValue() as it is multi-purpose, and modify it to move the buffer pointer itself rather than relying on the caller. Make RFCOMM_GetChannelData() return NULL if the required channel DLCI is found, but the channel is closed. Add modem signals (BREAK, DCD, etc.) to the channel state array, and add in a handler for the Modem Status RFCOMM control command. ---