Searched refs:devProp (Results 1 – 1 of 1) sorted by relevance
183 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(dev); in processMessage() local244 sendDisplayPinIntent(devProp.getAddress(), passkey, variant); in processMessage()259 sendDisplayPinIntent(devProp.getAddress(), pin, in processMessage()265 sendDisplayPinIntent(devProp.getAddress(), 0, in processMessage()270 sendDisplayPinIntent(devProp.getAddress(), 0, in processMessage()363 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(device); in sendIntent() local371 if (devProp != null) { in sendIntent()372 oldState = devProp.getBondState(); in sendIntent()400 if (devProp != null && ((devProp.getDeviceType() == BluetoothDevice.DEVICE_TYPE_CLASSIC in sendIntent()401 || devProp.getDeviceType() == BluetoothDevice.DEVICE_TYPE_DUAL) in sendIntent()[all …]