mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
uwb(hal): Modify TLV value size for interleaving params
Bug: 220173516 Test: Compiles Change-Id: Idf26f6d4adbbc79f4f1f260aa8b8c608f3391b98
This commit is contained in:
@@ -60,10 +60,10 @@ enum UwbVendorSessionAppConfigTlvTypes {
|
||||
* Supported only if the UwbVendorCapabilityTlvTypes
|
||||
* .SUPPORTED_AOA_RESULT_REQ_ANTENNA_INTERLEAVING set to 1.
|
||||
*/
|
||||
/** 2 byte data */
|
||||
/** 1 byte data */
|
||||
NB_OF_RANGE_MEASUREMENTS = 0xE3,
|
||||
/** 2 byte data */
|
||||
/** 1 byte data */
|
||||
NB_OF_AZIMUTH_MEASUREMENTS = 0xE4,
|
||||
/** 2 byte data */
|
||||
/** 1 byte data */
|
||||
NB_OF_ELEVATION_MEASUREMENTS = 0xE5,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user