RangingParameters.UwbConfigId
Stay organized with collections
Save and categorize content based on your preferences.
Represents which Config ID should be used.
Constant Summary
int |
CONFIG_ID_1
|
FiRa-defined unicast STATIC STS
DS-TWR ranging, deferred mode, ranging interval 240 ms. |
int |
CONFIG_ID_2
|
FiRa-defined one-to-many STATIC STS DS-TWR ranging, deferred mode,
ranging interval 200 ms
Typical use case: smart phone interacts with many smart devices.
|
int |
CONFIG_ID_3
|
Same as CONFIG_ID_1 , except
Angle-of-arrival (AoA) data is not reported. |
int |
CONFIG_ID_4
|
Same as CONFIG_ID_1 , except P-STS
security mode is enabled. |
int |
CONFIG_ID_5
|
Same as CONFIG_ID_2 , except P-STS
security mode is enabled. |
int |
CONFIG_ID_6
|
Same as CONFIG_ID_3 , except P-STS
security mode is enabled. |
int |
CONFIG_ID_7
|
Same as CONFIG_ID_2 , except P-STS
individual controlee key mode is enabled. |
Inherited Method Summary
From interface java.lang.annotation.Annotation
abstract Class<? extends Annotation>
|
annotationType()
|
abstract boolean |
|
abstract int |
hashCode()
|
abstract String
|
toString()
|
Constants
public static final int
CONFIG_ID_1
FiRa-defined unicast STATIC STS DS-TWR
ranging, deferred mode, ranging
interval 240 ms.
Typical use case: device tracking tags.
Constant Value: 1
public static final int
CONFIG_ID_2
FiRa-defined one-to-many STATIC STS DS-TWR
ranging, deferred mode,
ranging interval 200 ms
Typical use case: smart phone interacts with many smart devices.
Constant Value: 2
public static final int
CONFIG_ID_3
Same as CONFIG_ID_1
, except Angle-of-arrival (AoA) data is not
reported.
Constant Value: 3
public static final int
CONFIG_ID_4
Same as CONFIG_ID_1
, except P-STS security mode is enabled.
Constant Value: 4
public static final int
CONFIG_ID_5
Same as CONFIG_ID_2
, except P-STS security mode is enabled.
Constant Value: 5
public static final int
CONFIG_ID_6
Same as CONFIG_ID_3
, except P-STS security mode is enabled.
Constant Value: 6
public static final int
CONFIG_ID_7
Same as CONFIG_ID_2
, except P-STS individual controlee key mode is
enabled.
Constant Value: 7
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`RangingParameters.UwbConfigId` is an annotation that specifies the configuration ID for Ultra-wideband (UWB) ranging."],["It offers various predefined config IDs (CONFIG_ID_1 to CONFIG_ID_7) catering to different UWB ranging scenarios like device tracking and smart device interaction."],["Config IDs primarily differ in aspects such as ranging mode (unicast/one-to-many), ranging interval, angle-of-arrival reporting, and security mode."],["The FiRa consortium defines the foundational configurations for most config IDs, employing `STATIC STS DS-TWR` ranging in deferred mode."],["Developers can utilize these config IDs to customize the behavior of their UWB ranging applications according to their specific needs."]]],["`RangingParameters.UwbConfigId` defines seven configuration IDs for UWB ranging. `CONFIG_ID_1` is for unicast ranging with a 240ms interval, while `CONFIG_ID_2` supports one-to-many ranging at 200ms. `CONFIG_ID_3` is similar to `CONFIG_ID_1` but without AoA data. `CONFIG_ID_4`, `5`, and `6` enable P-STS security on `CONFIG_ID_1`, `2` and `3` respectively, and `CONFIG_ID_7` enables individual controlee key mode with `CONFIG_ID_2`.\n"]]