HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothGatt (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 39 public final class BluetoothGatt implements BluetoothProfile {
40 private static final String TAG = "BluetoothGatt";
105 * should request {@link BluetoothGatt#CONNECTION_PRIORITY_BALANCED} connectoin parameters
152 mCallback.onConnectionStateChange(BluetoothGatt.this, GATT_FAILURE,
181 mCallback.onConnectionStateChange(BluetoothGatt.this, status, profileState);
304 mCallback.onServicesDiscovered(BluetoothGatt.this, status);
356 mCallback.onCharacteristicRead(BluetoothGatt.this, characteristic, status);
407 mCallback.onCharacteristicWrite(BluetoothGatt.this, characteristic, status);
438 mCallback.onCharacteristicChanged(BluetoothGatt.this, characteristic);
494 mCallback.onDescriptorRead(BluetoothGatt.this, descriptor, status)
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 469 milliseconds