Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe19e37a authored by Roshan Pius's avatar Roshan Pius Committed by Presubmit Automerger Backend
Browse files

[automerge] uwb(hal): Modify TLV value size for interleaving params 2p: 89791a78

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/16980823

Bug: 220173516
Change-Id: I4b49a699c516d0117e2dda2e30a5e09338346a3e
parents b9e40d53 89791a78
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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,
}