Page Summary
-
The UwbRangeDataNtfConfig.RangeDataNtfConfig interface represents the selection of range data notification configurations.
-
Range data notifications can be disabled or enabled, with enabled being the default setting.
-
Notifications can be triggered based on a peer device entering or exiting a configured range (proximity edge trigger).
-
Notifications can also be triggered when a peer device is within a configured range (proximity level trigger).
Represents which range data notification config is selected.
Constant Summary
| int | RANGE_DATA_NTF_DISABLE | Range data notification will be disabled. |
| int | RANGE_DATA_NTF_ENABLE | Range data notification will be enabled (default). |
| int | RANGE_DATA_NTF_ENABLE_PROXIMITY_EDGE_TRIG | Range data notification is enabled when peer device enters or exits the configured range. |
| int | RANGE_DATA_NTF_ENABLE_PROXIMITY_LEVEL_TRIG | Range data notification is enabled when peer device is in the configured range. |
Inherited Method Summary
Constants
public static final int RANGE_DATA_NTF_DISABLE
Range data notification will be disabled.
public static final int RANGE_DATA_NTF_ENABLE
Range data notification will be enabled (default).
public static final int RANGE_DATA_NTF_ENABLE_PROXIMITY_EDGE_TRIG
Range data notification is enabled when peer device enters or exits the configured range.
public static final int RANGE_DATA_NTF_ENABLE_PROXIMITY_LEVEL_TRIG
Range data notification is enabled when peer device is in the configured range.