File
Doc
Category
Size
Date
Package
BluetoothServerSocket.java
API Doc
Android 5.1 API
506
Sat Mar 14 14:09:44 GMT 2015
android.bluetooth
BluetoothServerSocket
java.lang.Object
public final class BluetoothServerSocket extends Object implements Closeable
Fields Summary
Constructors Summary
BluetoothServerSocket
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.bluetooth.BluetoothSocket
accept
()
throw new RuntimeException("Stub!");
public
android.bluetooth.BluetoothSocket
accept
(
int
timeout)
throw new RuntimeException("Stub!");
public void
close
()
throw new RuntimeException("Stub!");
Java Code Source