From: Dean Camera Date: Sun, 11 Jul 2010 07:29:27 +0000 (+0000) Subject: Rename Bluetooth stack function parameters to clearly indicate what sort of Bluetooth... X-Git-Tag: LUFA-110528-BETA~360 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/6276d5f82a600c9047df4a8894a257181abad5e7?hp=6276d5f82a600c9047df4a8894a257181abad5e7 Rename Bluetooth stack function parameters to clearly indicate what sort of Bluetooth channel (ACL, RFCOMM) is required for each parameter, to make the code easier to read. Add a new RFCOMM_ChannelSignalsReceived() Bluetooth stack callback from the RFCOMM layer for when the remote device sends new terminal control signals. Fix RFCOMM_SendData() not aborting correctly when the requested RFCOMM channel is not found. ---