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

  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 48 private BluetoothGatt mBluetoothGatt;
82 mBluetoothGatt.discoverServices());
220 && mBluetoothGatt != null) {
221 Log.d(TAG, "Trying to use an existing mBluetoothGatt for connection.");
222 if (mBluetoothGatt.connect()) {
237 mBluetoothGatt = device.connectGatt(this, false, mGattCallback);
251 if (mBluetoothAdapter == null || mBluetoothGatt == null) {
255 mBluetoothGatt.disconnect();
263 if (mBluetoothGatt == null) {
266 mBluetoothGatt.close()
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 48 private BluetoothGatt mBluetoothGatt;
82 mBluetoothGatt.discoverServices());
220 && mBluetoothGatt != null) {
221 Log.d(TAG, "Trying to use an existing mBluetoothGatt for connection.");
222 if (mBluetoothGatt.connect()) {
237 mBluetoothGatt = device.connectGatt(this, false, mGattCallback);
251 if (mBluetoothAdapter == null || mBluetoothGatt == null) {
255 mBluetoothGatt.disconnect();
263 if (mBluetoothGatt == null) {
266 mBluetoothGatt.close()
    [all...]
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 48 private BluetoothGatt mBluetoothGatt;
82 mBluetoothGatt.discoverServices());
220 && mBluetoothGatt != null) {
221 Log.d(TAG, "Trying to use an existing mBluetoothGatt for connection.");
222 if (mBluetoothGatt.connect()) {
237 mBluetoothGatt = device.connectGatt(this, false, mGattCallback);
251 if (mBluetoothAdapter == null || mBluetoothGatt == null) {
255 mBluetoothGatt.disconnect();
263 if (mBluetoothGatt == null) {
266 mBluetoothGatt.close()
    [all...]
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeScanner.java 215 private IBluetoothGatt mBluetoothGatt;
226 mBluetoothGatt = bluetoothGatt;
240 mBluetoothGatt.registerClient(new ParcelUuid(uuid), this);
262 mBluetoothGatt.stopScan(mClientIf, false);
263 mBluetoothGatt.unregisterClient(mClientIf);
278 mBluetoothGatt.flushPendingBatchResults(mClientIf, false);
300 mBluetoothGatt.startScan(mClientIf, false, mSettings, mFilters,
BluetoothLeAdvertiser.java 238 private final IBluetoothGatt mBluetoothGatt;
254 mBluetoothGatt = bluetoothGatt;
264 mBluetoothGatt.registerClient(new ParcelUuid(uuid), this);
278 mBluetoothGatt.unregisterClient(mClientIf);
290 mBluetoothGatt.stopMultiAdvertising(mClientIf);
314 mBluetoothGatt.startMultiAdvertising(mClientIf, mAdvertisement,
343 mBluetoothGatt.unregisterClient(mClientIf);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 116 private BluetoothGatt mBluetoothGatt;
146 mBluetoothGatt.disconnect();
147 mBluetoothGatt.close();
148 mBluetoothGatt = null;
156 mBluetoothGatt.writeCharacteristic(characteristic);
161 if (characteristic != null) mBluetoothGatt.readCharacteristic(characteristic);
168 mBluetoothGatt.writeDescriptor(descriptor);
173 if (descriptor != null) mBluetoothGatt.readDescriptor(descriptor);
179 mBluetoothGatt.setCharacteristicNotification(characteristic, enable);
251 if (mBluetoothGatt == null) return null
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 126 private IBluetoothGatt mBluetoothGatt;
518 return mBluetoothGatt;
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1020 milliseconds