Searched refs:mAdapterProperties (Results 1 – 4 of 4) sorted by relevance
240 private AdapterProperties mAdapterProperties; field in AdapterService399 mAdapterProperties.onBluetoothReady(); in processProfileServiceStateChanged()503 mAdapterProperties = new AdapterProperties(this); in onCreate()505 mJniCallbacks = new JniCallbacks(this, mAdapterProperties); in onCreate()653 mAdapterProperties.init(mRemoteDevices); in bringUpBle()656 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices); in bringUpBle()693 mAdapterProperties.setBluetoothClass(new BluetoothClass(bluetoothClassConfig)); in setBluetoothClassFromConfig()707 mAdapterProperties.onBluetoothReady(); in startProfileServices()719 mAdapterProperties.setScanMode(AbstractionLayer.BT_SCAN_MODE_NONE); in stopProfileServices()732 mAdapterProperties.onBleDisable(); in stopGattProfileService()[all …]
24 private AdapterProperties mAdapterProperties; field in JniCallbacks30 mAdapterProperties = adapterProperties; in JniCallbacks()40 mAdapterProperties = null; in cleanup()79 mAdapterProperties.discoveryStateChangeCallback(state); in discoveryStateChangeCallback()83 mAdapterProperties.adapterPropertyChangedCallback(types, val); in adapterPropertyChangedCallback()
83 private AdapterProperties mAdapterProperties; field in BondStateMachine102 mAdapterProperties = prop; in BondStateMachine()122 mAdapterProperties = null; in cleanup()397 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()417 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()
58 private AdapterProperties mAdapterProperties; field in BondStateMachineTest81 mAdapterProperties = new AdapterProperties(mAdapterService); in setUp()82 mAdapterProperties.init(mRemoteDevices); in setUp()83 mBondStateMachine = BondStateMachine.make(mAdapterService, mAdapterProperties, in setUp()