FileDocCategorySizeDatePackage
BluetoothGattServer.javaAPI DocAndroid 5.1 API1781Sat Mar 14 14:09:42 GMT 2015android.bluetooth

BluetoothGattServer

public final class BluetoothGattServer extends Object implements android.bluetooth.BluetoothProfile

Fields Summary
Constructors Summary
BluetoothGattServer()

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleanaddService(android.bluetooth.BluetoothGattService service)

 throw new RuntimeException("Stub!"); 
public voidcancelConnection(android.bluetooth.BluetoothDevice device)

 throw new RuntimeException("Stub!"); 
public voidclearServices()

 throw new RuntimeException("Stub!"); 
public voidclose()

 throw new RuntimeException("Stub!"); 
public booleanconnect(android.bluetooth.BluetoothDevice device, boolean autoConnect)

 throw new RuntimeException("Stub!"); 
public java.util.ListgetConnectedDevices()

 throw new RuntimeException("Stub!"); 
public intgetConnectionState(android.bluetooth.BluetoothDevice device)

 throw new RuntimeException("Stub!"); 
public java.util.ListgetDevicesMatchingConnectionStates(int[] states)

 throw new RuntimeException("Stub!"); 
public android.bluetooth.BluetoothGattServicegetService(java.util.UUID uuid)

 throw new RuntimeException("Stub!"); 
public java.util.ListgetServices()

 throw new RuntimeException("Stub!"); 
public booleannotifyCharacteristicChanged(android.bluetooth.BluetoothDevice device, android.bluetooth.BluetoothGattCharacteristic characteristic, boolean confirm)

 throw new RuntimeException("Stub!"); 
public booleanremoveService(android.bluetooth.BluetoothGattService service)

 throw new RuntimeException("Stub!"); 
public booleansendResponse(android.bluetooth.BluetoothDevice device, int requestId, int status, int offset, byte[] value)

 throw new RuntimeException("Stub!");