FileDocCategorySizeDatePackage
BluetoothGattService.javaAPI DocAndroid 5.1 API1300Sat Mar 14 14:09:40 GMT 2015android.bluetooth

BluetoothGattService

public class BluetoothGattService extends Object

Fields Summary
public static final int
SERVICE_TYPE_PRIMARY
public static final int
SERVICE_TYPE_SECONDARY
protected List
mCharacteristics
protected List
mIncludedServices
Constructors Summary
public BluetoothGattService(UUID uuid, int serviceType)

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleanaddCharacteristic(android.bluetooth.BluetoothGattCharacteristic characteristic)

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!");