Searched refs:mAdapterProperties (Results 1 – 4 of 4) sorted by relevance
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()
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()241 AdapterProperties adapterProperties = mAdapterProperties; in processMessage()323 AdapterProperties adapterProperties = mAdapterProperties; in processMessage()487 AdapterProperties adapterProperties = mAdapterProperties; in notifyAdapterStateChange()
184 private AdapterProperties mAdapterProperties; field in AdapterService509 mAdapterProperties = new AdapterProperties(this); in onCreate()510 mAdapterStateMachine = AdapterState.make(this, mAdapterProperties); in onCreate()511 mJniCallbacks = new JniCallbacks(mAdapterStateMachine, mAdapterProperties); in onCreate()569 mAdapterProperties.init(mRemoteDevices); in BleOnProcessStart()572 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices); in BleOnProcessStart()694 if (mAdapterProperties != null) { in cleanup()695 mAdapterProperties.cleanup(); in cleanup()1455 return mAdapterProperties.getState() == BluetoothAdapter.STATE_ON; in isEnabled()1460 if (mAdapterProperties != null) return mAdapterProperties.getState(); in getState()[all …]
64 private AdapterProperties mAdapterProperties; field in BondStateMachine80 mAdapterProperties = prop; in BondStateMachine()100 mAdapterProperties = null; in cleanup()337 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()