Searched refs:mAdapterProperties (Results 1 – 4 of 4) sorted by relevance
195 private AdapterProperties mAdapterProperties; field in AdapterService336 mAdapterProperties.onBluetoothReady(); in processProfileServiceStateChanged()438 mAdapterProperties = new AdapterProperties(this); in onCreate()440 mJniCallbacks = new JniCallbacks(this, mAdapterProperties); in onCreate()571 mAdapterProperties.init(mRemoteDevices); in bringUpBle()574 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices); in bringUpBle()611 mAdapterProperties.setBluetoothClass(new BluetoothClass(bluetoothClassConfig)); in setBluetoothClassFromConfig()625 mAdapterProperties.onBluetoothReady(); in startProfileServices()637 mAdapterProperties.setScanMode(AbstractionLayer.BT_SCAN_MODE_NONE); in stopProfileServices()650 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()378 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()398 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()
54 private AdapterProperties mAdapterProperties; field in BondStateMachineTest77 mAdapterProperties = new AdapterProperties(mAdapterService); in setUp()78 mAdapterProperties.init(mRemoteDevices); in setUp()79 mBondStateMachine = BondStateMachine.make(mAdapterService, mAdapterProperties, in setUp()