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

Commit 408dc9d6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "uwb(hal): Fix typo in pulse shape combo caps" into tm-dev am: 44979db7

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

Change-Id: I70b48f6b8f3fd45b5fb1bab86a18457b6300eb06
parents 9934349c 44979db7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -129,9 +129,9 @@ enum UwbVendorCapabilityTlvTypes {
     * 1 byte tuple {initiator_tx (4 bits), responder_tx (4 bits)} array with list of supported
     * pulse shape combos
     * Values:
     *  PULSE_SHAPE_SYMMETRICAL_ROOT_RAISED_COSINE = 1
     *  PULSE_SHAPE_PRECURSOR_FREE = 2
     *  PULSE_SHAPE_PRECURSOR_FREE_SPECIAL = 3
     *  PULSE_SHAPE_SYMMETRICAL_ROOT_RAISED_COSINE = 0
     *  PULSE_SHAPE_PRECURSOR_FREE = 1
     *  PULSE_SHAPE_PRECURSOR_FREE_SPECIAL = 2
     */
    /**  */
    CCC_SUPPORTED_PULSE_SHAPE_COMBOS = 0xA6,