Searched refs:devProp (Results 1 – 1 of 1) sorted by relevance
198 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(dev); in processMessage() local270 sendDisplayPinIntent(devProp.getAddress(), pin, in processMessage()276 sendDisplayPinIntent(devProp.getAddress(), 0, in processMessage()281 sendDisplayPinIntent(devProp.getAddress(), 0, in processMessage()311 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(dev); in removeBond() local312 if (devProp != null && devProp.getBondState() == BluetoothDevice.BOND_BONDED) { in removeBond()382 DeviceProperties devProp = mRemoteDevices.getDeviceProperties(device); in sendIntent() local390 if (devProp != null) { in sendIntent()391 oldState = devProp.getBondState(); in sendIntent()419 if (devProp != null && ((devProp.getDeviceType() == BluetoothDevice.DEVICE_TYPE_CLASSIC in sendIntent()[all …]