Loading core/java/android/bluetooth/BluetoothSocket.java +1 −0 Original line number Diff line number Diff line Loading @@ -191,6 +191,7 @@ public final class BluetoothSocket implements Closeable { as.close(); throw new IOException("bt socket acept failed"); } as.mPfd = new ParcelFileDescriptor(fds[0]); as.mSocket = new LocalSocket(fds[0]); try { as.mSocket.closeExternalFd(); Loading Loading
core/java/android/bluetooth/BluetoothSocket.java +1 −0 Original line number Diff line number Diff line Loading @@ -191,6 +191,7 @@ public final class BluetoothSocket implements Closeable { as.close(); throw new IOException("bt socket acept failed"); } as.mPfd = new ParcelFileDescriptor(fds[0]); as.mSocket = new LocalSocket(fds[0]); try { as.mSocket.closeExternalFd(); Loading