[uwb] Add background ranging support for husky.

Test: Compiles
Bug: 295367112
Change-Id: I240604d048bed4b6deb4eaf7fc5e85679fe43173
This commit is contained in:
Shreshta Manu 2023-08-31 18:43:25 +00:00
parent d23574b6b5
commit 591b03f143

View file

@ -23,4 +23,11 @@
<!-- Enables the AoA conversion primer. This is needed on hardware that does not convert AoA
to spherical coordinates, including hardware that does not support elevation.-->
<bool name="enable_primer_aoa">true</bool>
<!-- Whether background ranging is enabled or not
If enabled:
* Background 3p apps are allowed to open new ranging sessions
* When previously foreground 3p apps moves to background, sessions are not terminated
-->
<bool name = "background_ranging_enabled">true</bool>
</resources>