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