From: Dean Camera Date: Wed, 23 Jun 2010 08:10:21 +0000 (+0000) Subject: Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to copy over... X-Git-Tag: LUFA-110528-BETA~377 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/4b952d479aa4bafe203a64d6211512450833cf8f?hp=4b952d479aa4bafe203a64d6211512450833cf8f Split RFCOMM channel signals into Remote and Local pairs. Use memcpy() to copy over data from the command parameters to the RFCOMM response parameters. Ensure that only the valid parameter bytes are sent back in response to MSC commands. ---