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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 666 mService.onBrEdrDown(); //NA:TODO implementation pending
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 219 mBluetooth.onBrEdrDown();
224 Slog.e(TAG,"Unable to call onBrEdrDown", e);
463 mBluetooth.onBrEdrDown();
466 Slog.e(TAG,"Unable to call onBrEdrDown", e);
500 if (mBluetooth != null) mBluetooth.onBrEdrDown();
618 if (mBluetooth != null) mBluetooth.onBrEdrDown();
620 Slog.e(TAG, "Call to onBrEdrDown() failed.", e);
    [all...]

Completed in 355 milliseconds