Make Bluetooth ACL channel searches skip over closed (invalid) channels....
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.
Showing
- Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c 5 additions, 0 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/BluetoothStack.c
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c 5 additions, 4 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h 2 additions, 2 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.h
- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c 6 additions, 6 deletionsDemos/Host/Incomplete/BluetoothHost/Lib/RFCOMMControl.c
Loading
Please register or sign in to comment