Searched refs:mAdapterProperties (Results 1 – 4 of 4) sorted by relevance
183 private AdapterProperties mAdapterProperties; field in AdapterService394 mAdapterProperties = new AdapterProperties(this); in onCreate()395 mAdapterStateMachine = AdapterState.make(this, mAdapterProperties); in onCreate()396 mJniCallbacks = new JniCallbacks(mAdapterStateMachine, mAdapterProperties); in onCreate()487 mAdapterProperties.init(mRemoteDevices); in BleOnProcessStart()490 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices); in BleOnProcessStart()609 if (mAdapterProperties != null) { in cleanup()610 mAdapterProperties.cleanup(); in cleanup()1397 return mAdapterProperties.getState() == BluetoothAdapter.STATE_ON; in isEnabled()1402 if (mAdapterProperties != null) return mAdapterProperties.getState(); in getState()[all …]
78 private AdapterProperties mAdapterProperties; field in AdapterState107 mAdapterProperties = adapterProperties; in AdapterState()123 if(mAdapterProperties != null) in cleanup()124 mAdapterProperties = null; in cleanup()175 AdapterProperties adapterProperties = mAdapterProperties; in processMessage()230 AdapterProperties adapterProperties = mAdapterProperties; in processMessage()319 AdapterProperties adapterProperties = mAdapterProperties; in processMessage()498 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()
70 private AdapterProperties mAdapterProperties; field in BondStateMachine87 mAdapterProperties = prop; in BondStateMachine()107 mAdapterProperties = null; in cleanup()357 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()366 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()