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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
JniCallbacks.java 22 private AdapterProperties mAdapterProperties;
28 mAdapterProperties = adapterProperties;
38 mAdapterProperties = null;
77 mAdapterProperties.discoveryStateChangeCallback(state);
81 mAdapterProperties.adapterPropertyChangedCallback(types, val);
AdapterService.java 157 private AdapterProperties mAdapterProperties;
277 mAdapterProperties.onBluetoothReady();
376 mAdapterProperties = new AdapterProperties(this);
378 mJniCallbacks = new JniCallbacks(this, mAdapterProperties);
499 mAdapterProperties.init(mRemoteDevices);
502 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices);
538 mAdapterProperties.setBluetoothClass(new BluetoothClass(bluetoothClassConfig));
563 mAdapterProperties.onBluetoothReady();
573 mAdapterProperties.onBluetoothDisable();
585 mAdapterProperties.onBleDisable()
    [all...]
BondStateMachine.java 65 private AdapterProperties mAdapterProperties;
81 mAdapterProperties = prop;
101 mAdapterProperties = null;
342 mAdapterProperties.onBondStateChanged(device, newState);

Completed in 2504 milliseconds