OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onBrEdrDown
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothManagerCallback.aidl
29
void
onBrEdrDown
();
IBluetooth.aidl
117
void
onBrEdrDown
();
BluetoothAdapter.java
666
mService.
onBrEdrDown
(); //NA:TODO implementation pending
[
all
...]
BluetoothDevice.java
636
public void
onBrEdrDown
()
638
if (DBG) Log.d(TAG, "
onBrEdrDown
: reached BLE ON state");
[
all
...]
/frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java
219
mBluetooth.
onBrEdrDown
();
223
Slog.e(TAG,"Unable to call
onBrEdrDown
", e);
456
mBluetooth.
onBrEdrDown
();
459
Slog.e(TAG,"Unable to call
onBrEdrDown
", e);
490
if (mBluetooth != null) mBluetooth.
onBrEdrDown
();
608
if (mBluetooth != null) mBluetooth.
onBrEdrDown
();
610
Slog.e(TAG, "Call to
onBrEdrDown
() failed.", e);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java
[
all
...]
Completed in 403 milliseconds