Searched refs:btDevice (Results 1 – 3 of 3) sorted by relevance
47 public BluetoothDevice btDevice; field in BluetoothScanner.Device234 if (matcher.isMatchingDevice(target.btDevice)) { in startListening()370 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local371 final String address = btDevice.getAddress(); in onReceive()372 String name = btDevice.getName(); in onReceive()404 device.btDevice = btDevice; in onReceive()493 if (matcher.isMatchingDevice(device.btDevice)) { in sendDeviceAdded()510 if (d.btDevice.getAddress().equals(device.btDevice.getAddress())) { in sendDeviceChanged()525 if (d.btDevice.getAddress().equals(device.btDevice.getAddress())) { in sendDeviceRemoved()
153 Log.d(TAG, "Adding device: " + device.btDevice.getAddress());155 onDeviceFound(device.btDevice);161 Log.d(TAG, "Device lost: " + device.btDevice.getAddress());163 onDeviceLost(device.btDevice);
438 BluetoothDevice btDevice = deviceUI.getDevice(); in hasOtherConnectedDevices() local439 if (!btDevice.equals(dock) && btDevices.contains(btDevice) && deviceUI in hasOtherConnectedDevices()