Home
last modified time | relevance | path

Searched refs:mRemoteLeDevice (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java120 private BluetoothDevice mRemoteLeDevice; field in GattClientTest
129 mRemoteLeDevice = in setUp()
132 mRemoteLeDevice.removeBond(); in setUp()
141 if (bondedDevices.contains(mRemoteLeDevice)) { in tearUp()
142 mRemoteLeDevice.removeBond(); in tearUp()
179 createLeBondAndWaitBonding(mRemoteLeDevice); in fullGattClientLifecycle()
223 BluetoothGatt gatt = mRemoteLeDevice.connectGatt(mContext, false, gattCallback); in reconnectExistingClient()
582 BluetoothGatt gatt = mRemoteLeDevice.connectGatt(mContext, autoConnect, callback); in connectGattAndWaitConnection()
592 BluetoothGatt gatt = mRemoteLeDevice.connectGatt(mContext, autoConnect, callback); in tryConnectGatt()
778 BluetoothGatt gatt = mRemoteLeDevice.connectGatt(mContext, false, gattCallback); in connectAndDisconnectManyClientsWithoutClose()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java128 private BluetoothDevice mRemoteLeDevice; field in PairingTest
145 mRemoteLeDevice = in setUp()
171 if (bondedDevices.contains(mRemoteLeDevice)) { in tearDown()
172 mUtil.removeBond(null, mRemoteLeDevice); in tearDown()
175 mRemoteLeDevice = null; in tearDown()
549 doTestIdentityAddressWithType(mRemoteLeDevice, OwnAddressType.RANDOM); in testBondLe_identityAddressWithType()