Snap for 12002618 from bed92b8ca2 to 24Q4-release

Change-Id: Ie19bad33fc7bd839a85d111ab48f945ad9f54434
This commit is contained in:
Android Build Coastguard Worker 2024-06-22 01:01:43 +00:00
commit de9c26ed84
3 changed files with 16 additions and 1 deletions

View file

@ -69,3 +69,9 @@ prebuilt_etc {
defaults: ["conf_defaults"],
}
prebuilt_etc {
name: "capabilities.conf",
src: "capabilities.conf",
defaults: ["conf_defaults"],
}

8
uwb/capabilities.conf Normal file
View file

@ -0,0 +1,8 @@
# Tag 0x13
# Length 1
# b0 : Azimuth AoA -90° to 90°
# b1 : Azimuth AoA -180° to 180°
# b2 : Elevation AoA
# b3 : AoA FoM
# b7-b4 : RFU
AOA_SUPPORT=0x0B

View file

@ -21,5 +21,6 @@ PRODUCT_PACKAGES += \
calibration-FCC.conf \
calibration-JP.conf \
calibration-TW.conf \
calibration-RESTRICTED.conf
calibration-RESTRICTED.conf \
capabilities.conf