Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCOMM chann...
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 26 Jun 2010 15:07:13 +0000 (15:07 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 26 Jun 2010 15:07:13 +0000 (15:07 +0000)
commitb6565404685fbac1698d256823abdbdb3d3ddaff
tree441d18429db23b2b4235122071de8a347fa69e4a
parentd29a408ffd906b537bcdce2a0cd98827ea5c27e3
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.
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c