uwb: add capabilities to disable aoa
Bug: 339030976 Signed-off-by: Victor Liu <victorliu@google.com> Change-Id: I5032fca546918ecf89cd6327fac42d33731cbc5e
This commit is contained in:
parent
06bc0ad81a
commit
37c9b09027
6 changed files with 32 additions and 2 deletions
|
@ -69,3 +69,9 @@ prebuilt_etc {
|
||||||
defaults: ["conf_defaults"],
|
defaults: ["conf_defaults"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prebuilt_etc {
|
||||||
|
name: "capabilities.conf",
|
||||||
|
src: "capabilities.conf",
|
||||||
|
defaults: ["conf_defaults"],
|
||||||
|
}
|
||||||
|
|
||||||
|
|
8
caiman/uwb/capabilities.conf
Normal file
8
caiman/uwb/capabilities.conf
Normal 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
|
|
@ -21,4 +21,5 @@ PRODUCT_PACKAGES += \
|
||||||
calibration-FCC.conf \
|
calibration-FCC.conf \
|
||||||
calibration-JP.conf \
|
calibration-JP.conf \
|
||||||
calibration-TW.conf \
|
calibration-TW.conf \
|
||||||
calibration-RESTRICTED.conf
|
calibration-RESTRICTED.conf \
|
||||||
|
capabilities.conf
|
||||||
|
|
|
@ -69,3 +69,9 @@ prebuilt_etc {
|
||||||
defaults: ["conf_defaults"],
|
defaults: ["conf_defaults"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prebuilt_etc {
|
||||||
|
name: "capabilities.conf",
|
||||||
|
src: "capabilities.conf",
|
||||||
|
defaults: ["conf_defaults"],
|
||||||
|
}
|
||||||
|
|
||||||
|
|
8
komodo/uwb/capabilities.conf
Normal file
8
komodo/uwb/capabilities.conf
Normal 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
|
|
@ -21,4 +21,5 @@ PRODUCT_PACKAGES += \
|
||||||
calibration-FCC.conf \
|
calibration-FCC.conf \
|
||||||
calibration-JP.conf \
|
calibration-JP.conf \
|
||||||
calibration-TW.conf \
|
calibration-TW.conf \
|
||||||
calibration-RESTRICTED.conf
|
calibration-RESTRICTED.conf \
|
||||||
|
capabilities.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue