DrJukka / BTConApp

An test app for using Wifi-Direct as device discovery method, and unsecure Bluetooth as communications method.
MIT License
0 stars 1 forks source link

Turning off bluetooth crashes the test app #1

Closed yaronyg closed 9 years ago

yaronyg commented 9 years ago

I haven't debugged this to see if its an issue with the app or the library but since users can turn bluetooth off and on at will we need to be robust to that sort of state change.

DrJukka commented 9 years ago

Fixed now, and no more crashing on this issue. Was a null pointer on listening socket handling