Commits


Johannes Carlsson authored and Johan Redestig committed ed0d1ab2864
Everytime Bluetooth was turned off two file descriptors were not closed Using close instead of shutdown on the file descriptors and only clear the file descriptor that was closed. If both file descriptors are cleared the thread will not be able to close it.