Loading core/java/android/bluetooth/BluetoothSocket.java +4 −1 Original line number Diff line number Diff line Loading @@ -517,8 +517,11 @@ public final class BluetoothSocket implements Closeable { mSocket.close(); mSocket = null; } if(mPfd != null) if(mPfd != null) { mPfd.detachFd(); mPfd.close(); mPfd = null; } } } } Loading Loading
core/java/android/bluetooth/BluetoothSocket.java +4 −1 Original line number Diff line number Diff line Loading @@ -517,8 +517,11 @@ public final class BluetoothSocket implements Closeable { mSocket.close(); mSocket = null; } if(mPfd != null) if(mPfd != null) { mPfd.detachFd(); mPfd.close(); mPfd = null; } } } } Loading