FileDocCategorySizeDatePackage
BluetoothGatt.javaAPI DocAndroid 5.1 API3178Sat Mar 14 14:09:38 GMT 2015android.bluetooth

BluetoothGatt

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

Fields Summary
public static final int
CONNECTION_PRIORITY_BALANCED
public static final int
CONNECTION_PRIORITY_HIGH
public static final int
CONNECTION_PRIORITY_LOW_POWER
public static final int
GATT_CONNECTION_CONGESTED
public static final int
GATT_FAILURE
public static final int
GATT_INSUFFICIENT_AUTHENTICATION
public static final int
GATT_INSUFFICIENT_ENCRYPTION
public static final int
GATT_INVALID_ATTRIBUTE_LENGTH
public static final int
GATT_INVALID_OFFSET
public static final int
GATT_READ_NOT_PERMITTED
public static final int
GATT_REQUEST_NOT_SUPPORTED
public static final int
GATT_SUCCESS
public static final int
GATT_WRITE_NOT_PERMITTED
Constructors Summary
BluetoothGatt()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidabortReliableWrite()

 throw new RuntimeException("Stub!"); 
public voidabortReliableWrite(android.bluetooth.BluetoothDevice mDevice)

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public android.bluetooth.BluetoothDevicegetDevice()

 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 booleanreadCharacteristic(android.bluetooth.BluetoothGattCharacteristic characteristic)

 throw new RuntimeException("Stub!"); 
public booleanreadDescriptor(android.bluetooth.BluetoothGattDescriptor descriptor)

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

 throw new RuntimeException("Stub!"); 
public booleanrequestConnectionPriority(int connectionPriority)

 throw new RuntimeException("Stub!"); 
public booleanrequestMtu(int mtu)

 throw new RuntimeException("Stub!"); 
public booleansetCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic characteristic, boolean enable)

 throw new RuntimeException("Stub!"); 
public booleanwriteCharacteristic(android.bluetooth.BluetoothGattCharacteristic characteristic)

 throw new RuntimeException("Stub!"); 
public booleanwriteDescriptor(android.bluetooth.BluetoothGattDescriptor descriptor)

 throw new RuntimeException("Stub!");