From 4fb3e74540a7be3badfc73f553cfb4b5d960dc5c Mon Sep 17 00:00:00 2001 From: Shivakumar Neginal Date: Mon, 16 Oct 2023 18:53:29 +0000 Subject: [PATCH] Adding Fast Pair extended IDs for Pixel 6 Adding the Fast Pair extended IDs for oriole and raven so that Quick Start shows the right Fast Pair bottom sheet on other devices during setup. Bug: 305516133 Test: Manually flashed a oriole & raven device and validated the FP bottom sheet is displayed on a nearby other device Change-Id: Iba09888de27f92e16ab0979a7d62e9a7c6505ff2 --- device-oriole.mk | 5 +++++ device-raven.mk | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/device-oriole.mk b/device-oriole.mk index 70f0b37..c6ae0ed 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -280,3 +280,8 @@ endif # Enable DeviceAsWebcam support PRODUCT_VENDOR_PROPERTIES += \ ro.usb.uvc.enabled=true + +# Quick Start device-specific settings +PRODUCT_PRODUCT_PROPERTIES += \ + ro.quick_start.oem_id=00e0 \ + ro.quick_start.device_id=oriole diff --git a/device-raven.mk b/device-raven.mk index 0833143..faf89b1 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -291,3 +291,7 @@ endif # Enable DeviceAsWebcam support PRODUCT_VENDOR_PROPERTIES += \ ro.usb.uvc.enabled=true +# Quick Start device-specific settings +PRODUCT_PRODUCT_PROPERTIES += \ + ro.quick_start.oem_id=00e0 \ + ro.quick_start.device_id=raven