Searched refs:mAdapterProperties (Results 1 – 4 of 4) sorted by relevance
167 private AdapterProperties mAdapterProperties; field in AdapterService448 mAdapterProperties = new AdapterProperties(this); in onCreate()449 mAdapterStateMachine = AdapterState.make(this, mAdapterProperties); in onCreate()450 mJniCallbacks = new JniCallbacks(mAdapterStateMachine, mAdapterProperties); in onCreate()490 mAdapterProperties.init(mRemoteDevices); in BleOnProcessStart()493 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices); in BleOnProcessStart()608 if (mAdapterProperties != null) { in cleanup()609 mAdapterProperties.cleanup(); in cleanup()1357 return mAdapterProperties.getState() == BluetoothAdapter.STATE_ON; in isEnabled()1362 if (mAdapterProperties != null) return mAdapterProperties.getState(); in getState()[all …]
80 private AdapterProperties mAdapterProperties; field in AdapterState117 mAdapterProperties = adapterProperties; in AdapterState()133 if(mAdapterProperties != null) in cleanup()134 mAdapterProperties = null; in cleanup()185 AdapterProperties adapterProperties = mAdapterProperties; in processMessage()240 AdapterProperties adapterProperties = mAdapterProperties; in processMessage()322 AdapterProperties adapterProperties = mAdapterProperties; in processMessage()486 AdapterProperties adapterProperties = mAdapterProperties; in notifyAdapterStateChange()
22 private AdapterProperties mAdapterProperties; field in JniCallbacks28 mAdapterProperties = adapterProperties; in JniCallbacks()38 mAdapterProperties = null; in cleanup()78 mAdapterProperties.discoveryStateChangeCallback(state); in discoveryStateChangeCallback()82 mAdapterProperties.adapterPropertyChangedCallback(types, val); in adapterPropertyChangedCallback()
62 private AdapterProperties mAdapterProperties; field in BondStateMachine76 mAdapterProperties = prop; in BondStateMachine()96 mAdapterProperties = null; in cleanup()325 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()