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

  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeScanner.java 348 private int mScannerId;
359 mScannerId = 0;
366 if (mScannerId == -1) return;
374 if (mScannerId > 0) {
379 if (mScannerId == 0) mScannerId = -1;
388 if (mScannerId <= 0) {
389 Log.e(TAG, "Error state, mLeHandle: " + mScannerId);
393 mBluetoothGatt.stopScan(mScannerId);
394 mBluetoothGatt.unregisterScanner(mScannerId);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 273 int mScannerId;
276 mScannerId = scannerId;
281 if (DBG) Log.d(TAG, "Binder is dead - unregistering scanner (" + mScannerId + ")!");
283 if (isScanClient(mScannerId)) {
284 ScanClient client = new ScanClient(mScannerId);
    [all...]

Completed in 1074 milliseconds