FileDocCategorySizeDatePackage
BluetoothServerSocket.javaAPI DocAndroid 5.1 API506Sat Mar 14 14:09:44 GMT 2015android.bluetooth

BluetoothServerSocket.java

package android.bluetooth;
public final class BluetoothServerSocket
  implements java.io.Closeable
{
BluetoothServerSocket() { throw new RuntimeException("Stub!"); }
public  android.bluetooth.BluetoothSocket accept() throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  android.bluetooth.BluetoothSocket accept(int timeout) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  void close() throws java.io.IOException { throw new RuntimeException("Stub!"); }
}