From: Dean Camera Date: Sat, 26 Jun 2010 15:07:13 +0000 (+0000) Subject: Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCOMM chann... X-Git-Tag: LUFA-110528-BETA~371 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/b6565404685fbac1698d256823abdbdb3d3ddaff?hp=b6565404685fbac1698d256823abdbdb3d3ddaff Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCOMM channels are considered invalid when the channel state is closed, not when the DLCI is zero - fix incorrect code. ---