Home
last modified time | relevance | path

Searched refs:bluetoothDevice (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/presence/ble/
DBleScanner.java55 BluetoothDevice bluetoothDevice = scanResult.getDevice();
56 String macAddress = bluetoothDevice.getAddress();
57 String deviceName = bluetoothDevice.getName();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DHidHostActivity.java102 BluetoothDevice bluetoothDevice = mBluetoothAdapter.getRemoteDevice(mDeviceAddress); in connectToDevice() local
103 bluetoothDevice.createBond(); in connectToDevice()
/cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/
DUiAutomationTestBase.kt283 deviceFromActivityResult.bluetoothDevice, in <lambda>()