mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
uwb(hal): Add a new capability TLV for min ranging interval
Bug: 235488259 Test: Compiles Merged-In: I7f0c6d9b68ea3a1ba31911a031f2e7ee24c9d331 Change-Id: I7f0c6d9b68ea3a1ba31911a031f2e7ee24c9d331
This commit is contained in:
@@ -47,6 +47,7 @@ aidl_interface {
|
||||
|
||||
aidl_interface {
|
||||
name: "android.hardware.uwb.fira_android",
|
||||
owner: "google",
|
||||
vendor_available: true,
|
||||
srcs: ["android/hardware/uwb/fira_android/*.aidl"],
|
||||
stability: "vintf",
|
||||
|
||||
@@ -44,4 +44,5 @@ enum UwbVendorCapabilityTlvTypes {
|
||||
CCC_SUPPORTED_PULSE_SHAPE_COMBOS = 166,
|
||||
CCC_SUPPORTED_RAN_MULTIPLIER = 167,
|
||||
SUPPORTED_AOA_RESULT_REQ_ANTENNA_INTERLEAVING = 227,
|
||||
SUPPORTED_MIN_RANGING_INTERVAL_MS = 228,
|
||||
}
|
||||
|
||||
@@ -150,4 +150,9 @@ enum UwbVendorCapabilityTlvTypes {
|
||||
* 0 - Feature not supported.
|
||||
*/
|
||||
SUPPORTED_AOA_RESULT_REQ_ANTENNA_INTERLEAVING = 0xE3,
|
||||
|
||||
/**
|
||||
* 4 byte value to indicate supported min ranging interval in ms.
|
||||
*/
|
||||
SUPPORTED_MIN_RANGING_INTERVAL_MS = 0xE4,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user