Loading framework/java/android/bluetooth/BluetoothSocket.java +1 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,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]); as.mSocketIS = as.mSocket.getInputStream(); as.mSocketOS = as.mSocket.getOutputStream(); Loading Loading
framework/java/android/bluetooth/BluetoothSocket.java +1 −0 Original line number Diff line number Diff line Loading @@ -196,6 +196,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]); as.mSocketIS = as.mSocket.getInputStream(); as.mSocketOS = as.mSocket.getOutputStream(); Loading