File
Doc
Category
Size
Date
Package
BluetoothGattService.java
API Doc
Android 5.1 API
1300
Sat Mar 14 14:09:40 GMT 2015
android.bluetooth
BluetoothGattService
java.lang.Object
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
boolean
addCharacteristic
(
android.bluetooth.BluetoothGattCharacteristic
characteristic)
throw new RuntimeException("Stub!");
public
boolean
addService
(
android.bluetooth.BluetoothGattService
service)
throw new RuntimeException("Stub!");
public
android.bluetooth.BluetoothGattCharacteristic
getCharacteristic
(
java.util.UUID
uuid)
throw new RuntimeException("Stub!");
public
java.util.List
getCharacteristics
()
throw new RuntimeException("Stub!");
public
java.util.List
getIncludedServices
()
throw new RuntimeException("Stub!");
public
int
getInstanceId
()
throw new RuntimeException("Stub!");
public
int
getType
()
throw new RuntimeException("Stub!");
public
java.util.UUID
getUuid
()
throw new RuntimeException("Stub!");
Java Code Source