Searched defs:BluetoothGatt (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java39 public final class BluetoothGatt implements BluetoothProfile { class in inherits:BluetoothProfile
40 private static final String TAG = "BluetoothGatt";
108 * should request {@link BluetoothGatt#CONNECTION_PRIORITY_BALANCED} connectoin parameters
155 mCallback.onConnectionStateChange(BluetoothGatt.this, GATT_FAILURE,
184 mCallback.onConnectionStateChange(BluetoothGatt.this, status, profileState);
241 mCallback.onServicesDiscovered(BluetoothGatt.this, status);
292 mCallback.onCharacteristicRead(BluetoothGatt.this, characteristic, status);
336 mCallback.onCharacteristicWrite(BluetoothGatt.this, characteristic, status);
360 mCallback.onCharacteristicChanged(BluetoothGatt.this, characteristic);
403 mCallback.onDescriptorRead(BluetoothGatt
509 /*package*/ BluetoothGatt(IBluetoothGatt iGatt, BluetoothDevice device, method in class:BluetoothGatt
[all...]

Completed in 99 milliseconds