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

Commit 55586b1b authored by Roshan Pius's avatar Roshan Pius Committed by Android (Google) Code Review
Browse files

Merge changes from topic "presubmit-am-8386d95b417b44ec949ea1037dee7266"

* changes:
  [automerge] uwb(hal): Modify TLV value size for interleaving params 2p: 89791a78
  uwb(hal): Modify TLV value size for interleaving params
parents 5c6b028d 2531f32a
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -60,10 +60,10 @@ enum UwbVendorSessionAppConfigTlvTypes {
     * Supported only if the UwbVendorCapabilityTlvTypes
     * Supported only if the UwbVendorCapabilityTlvTypes
     * .SUPPORTED_AOA_RESULT_REQ_ANTENNA_INTERLEAVING set to 1.
     * .SUPPORTED_AOA_RESULT_REQ_ANTENNA_INTERLEAVING set to 1.
     */
     */
    /** 2 byte data */
    /** 1 byte data */
    NB_OF_RANGE_MEASUREMENTS = 0xE3,
    NB_OF_RANGE_MEASUREMENTS = 0xE3,
    /** 2 byte data */
    /** 1 byte data */
    NB_OF_AZIMUTH_MEASUREMENTS = 0xE4,
    NB_OF_AZIMUTH_MEASUREMENTS = 0xE4,
    /** 2 byte data */
    /** 1 byte data */
    NB_OF_ELEVATION_MEASUREMENTS = 0xE5,
    NB_OF_ELEVATION_MEASUREMENTS = 0xE5,
}
}