HomeSort by relevance Sort by last modified time
    Searched refs:connectGatt (Results 1 - 24 of 24) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 489 public static BluetoothGatt connectGatt(BluetoothDevice device, Context context, boolean autoConnect, boolean isSecure, BluetoothGattCallback callback) {
493 Toast.makeText(context, "connectGatt(transport=AUTO)", Toast.LENGTH_SHORT).show();
495 Toast.makeText(context, "connectGatt(transport=LE)", Toast.LENGTH_SHORT).show();
497 return device.connectGatt(context, autoConnect, callback, TRANSPORT_MODE_FOR_SECURE_CONNECTION);
499 Toast.makeText(context, "connectGatt(transport=LE)", Toast.LENGTH_SHORT).show();
500 return device.connectGatt(context, autoConnect, callback, BluetoothDevice.TRANSPORT_LE);
503 Toast.makeText(context, "connectGatt", Toast.LENGTH_SHORT).show();
504 return device.connectGatt(context, autoConnect, callback);
    [all...]
BleConnectionPriorityClientService.java 397 mBluetoothGatt = BleClientService.connectGatt(result.getDevice(), mContext, false, mSecure, mGattCallbacks);
BleEncryptedClientService.java 551 mBluetoothGatt = BleClientService.connectGatt(mDevice, mContext, false, mSecure, mGattCallbacks);
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 237 mBluetoothGatt = device.connectGatt(this, false, mGattCallback);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 237 mBluetoothGatt = device.connectGatt(this, false, mGattCallback);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 237 mBluetoothGatt = device.connectGatt(this, false, mGattCallback);
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiDevice.java 224 mBluetoothGatt = mBluetoothDevice.connectGatt(context, false, mGattCallback);
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattClientListener.java 163 mBluetoothGatt = mDevice.connectGatt(mContext,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryFragment.java 161 mDeviceGatt = mDevice.connectGatt(getActivity(), true, new GattBatteryCallbacks());
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java 121 BluetoothGatt mBluetoothGatt = device.connectGatt(mService.getApplicationContext(),
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 553 milliseconds