Searched refs:mAdapterProperties (Results 1 – 4 of 4) sorted by relevance
194 private AdapterProperties mAdapterProperties; field in AdapterService335 mAdapterProperties.onBluetoothReady(); in processProfileServiceStateChanged()437 mAdapterProperties = new AdapterProperties(this); in onCreate()439 mJniCallbacks = new JniCallbacks(this, mAdapterProperties); in onCreate()570 mAdapterProperties.init(mRemoteDevices); in bringUpBle()573 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices); in bringUpBle()610 mAdapterProperties.setBluetoothClass(new BluetoothClass(bluetoothClassConfig)); in setBluetoothClassFromConfig()624 mAdapterProperties.onBluetoothReady(); in startProfileServices()636 mAdapterProperties.setScanMode(AbstractionLayer.BT_SCAN_MODE_NONE); in stopProfileServices()649 mAdapterProperties.onBleDisable(); in stopGattProfileService()[all …]
22 private AdapterProperties mAdapterProperties; field in JniCallbacks28 mAdapterProperties = adapterProperties; in JniCallbacks()38 mAdapterProperties = null; in cleanup()77 mAdapterProperties.discoveryStateChangeCallback(state); in discoveryStateChangeCallback()81 mAdapterProperties.adapterPropertyChangedCallback(types, val); in adapterPropertyChangedCallback()
72 private AdapterProperties mAdapterProperties; field in BondStateMachine90 mAdapterProperties = prop; in BondStateMachine()110 mAdapterProperties = null; in cleanup()376 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()396 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()
56 private AdapterProperties mAdapterProperties; field in BondStateMachineTest79 mAdapterProperties = new AdapterProperties(mAdapterService); in setUp()80 mAdapterProperties.init(mRemoteDevices); in setUp()81 mBondStateMachine = BondStateMachine.make(mAdapterService, mAdapterProperties, in setUp()