Searched refs:devProp (Results 1 – 1 of 1) sorted by relevance
183 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(dev); in processMessage() local241 sendDisplayPinIntent(devProp.getAddress(), passkey, variant); in processMessage()256 sendDisplayPinIntent(devProp.getAddress(), pin, in processMessage()262 sendDisplayPinIntent(devProp.getAddress(), 0, in processMessage()267 sendDisplayPinIntent(devProp.getAddress(), 0, in processMessage()297 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(dev); in removeBond() local298 if (devProp != null && devProp.getBondState() == BluetoothDevice.BOND_BONDED) { in removeBond()361 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(device); in sendIntent() local369 if (devProp != null) { in sendIntent()370 oldState = devProp.getBondState(); in sendIntent()[all …]