Searched refs:bluetoothDevice (Results 1 – 3 of 3) sorted by relevance
55 BluetoothDevice bluetoothDevice = scanResult.getDevice();56 String macAddress = bluetoothDevice.getAddress();57 String deviceName = bluetoothDevice.getName();
102 BluetoothDevice bluetoothDevice = mBluetoothAdapter.getRemoteDevice(mDeviceAddress); in connectToDevice() local103 bluetoothDevice.createBond(); in connectToDevice()
283 deviceFromActivityResult.bluetoothDevice, in <lambda>()