File
Doc
Category
Size
Date
Package
BluetoothGatt.java
API Doc
Android 5.1 API
3178
Sat Mar 14 14:09:38 GMT 2015
android.bluetooth
BluetoothGatt
java.lang.Object
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 void
abortReliableWrite
()
throw new RuntimeException("Stub!");
public void
abortReliableWrite
(
android.bluetooth.BluetoothDevice
mDevice)
throw new RuntimeException("Stub!");
public
boolean
beginReliableWrite
()
throw new RuntimeException("Stub!");
public void
close
()
throw new RuntimeException("Stub!");
public
boolean
connect
()
throw new RuntimeException("Stub!");
public void
disconnect
()
throw new RuntimeException("Stub!");
public
boolean
discoverServices
()
throw new RuntimeException("Stub!");
public
boolean
executeReliableWrite
()
throw new RuntimeException("Stub!");
public
java.util.List
getConnectedDevices
()
throw new RuntimeException("Stub!");
public
int
getConnectionState
(
android.bluetooth.BluetoothDevice
device)
throw new RuntimeException("Stub!");
public
android.bluetooth.BluetoothDevice
getDevice
()
throw new RuntimeException("Stub!");
public
java.util.List
getDevicesMatchingConnectionStates
(
int[]
states)
throw new RuntimeException("Stub!");
public
android.bluetooth.BluetoothGattService
getService
(
java.util.UUID
uuid)
throw new RuntimeException("Stub!");
public
java.util.List
getServices
()
throw new RuntimeException("Stub!");
public
boolean
readCharacteristic
(
android.bluetooth.BluetoothGattCharacteristic
characteristic)
throw new RuntimeException("Stub!");
public
boolean
readDescriptor
(
android.bluetooth.BluetoothGattDescriptor
descriptor)
throw new RuntimeException("Stub!");
public
boolean
readRemoteRssi
()
throw new RuntimeException("Stub!");
public
boolean
requestConnectionPriority
(
int
connectionPriority)
throw new RuntimeException("Stub!");
public
boolean
requestMtu
(
int
mtu)
throw new RuntimeException("Stub!");
public
boolean
setCharacteristicNotification
(
android.bluetooth.BluetoothGattCharacteristic
characteristic,
boolean
enable)
throw new RuntimeException("Stub!");
public
boolean
writeCharacteristic
(
android.bluetooth.BluetoothGattCharacteristic
characteristic)
throw new RuntimeException("Stub!");
public
boolean
writeDescriptor
(
android.bluetooth.BluetoothGattDescriptor
descriptor)
throw new RuntimeException("Stub!");
Java Code Source