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
This commit is contained in:
Shivakumar Neginal 2023-10-16 18:53:29 +00:00 committed by Treehugger Robot
parent 1270c071a5
commit 4fb3e74540
2 changed files with 9 additions and 0 deletions

View file

@ -280,3 +280,8 @@ endif
# Enable DeviceAsWebcam support # Enable DeviceAsWebcam support
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.usb.uvc.enabled=true 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

View file

@ -291,3 +291,7 @@ endif
# Enable DeviceAsWebcam support # Enable DeviceAsWebcam support
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.usb.uvc.enabled=true 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