mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Add supported maximum number of ranging session as capability. am: 5f0d4c663e
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2331962 Change-Id: I03d52f5962a0d42edb6e4c08294c81cfbf323e0f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -43,10 +43,12 @@ enum UwbVendorCapabilityTlvTypes {
|
||||
CCC_SUPPORTED_UWB_CONFIGS = 165,
|
||||
CCC_SUPPORTED_PULSE_SHAPE_COMBOS = 166,
|
||||
CCC_SUPPORTED_RAN_MULTIPLIER = 167,
|
||||
CCC_SUPPORTED_MAX_RANGING_SESSION_NUMBER = 168,
|
||||
SUPPORTED_AOA_RESULT_REQ_ANTENNA_INTERLEAVING = 227,
|
||||
SUPPORTED_MIN_RANGING_INTERVAL_MS = 228,
|
||||
SUPPORTED_RANGE_DATA_NTF_CONFIG = 229,
|
||||
SUPPORTED_RSSI_REPORTING = 230,
|
||||
SUPPORTED_DIAGNOSTICS = 231,
|
||||
SUPPORTED_MIN_SLOT_DURATION = 232,
|
||||
SUPPORTED_MAX_RANGING_SESSION_NUMBER = 233,
|
||||
}
|
||||
|
||||
@@ -139,6 +139,11 @@ enum UwbVendorCapabilityTlvTypes {
|
||||
/** Int value for indicating supported ran multiplier */
|
||||
CCC_SUPPORTED_RAN_MULTIPLIER = 0xA7,
|
||||
|
||||
/**
|
||||
* Int value to indicate supported max number of ccc ranging sessions
|
||||
*/
|
||||
CCC_SUPPORTED_MAX_RANGING_SESSION_NUMBER = 0xA8,
|
||||
|
||||
/*********************************************
|
||||
* FIRA specific
|
||||
********************************************/
|
||||
@@ -184,4 +189,9 @@ enum UwbVendorCapabilityTlvTypes {
|
||||
* 4 byte value to indicate supported min slot duration in ms.
|
||||
*/
|
||||
SUPPORTED_MIN_SLOT_DURATION = 0xE8,
|
||||
|
||||
/**
|
||||
* Int value to indicate supported max number of fira ranging sessions
|
||||
*/
|
||||
SUPPORTED_MAX_RANGING_SESSION_NUMBER = 0xE9,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user