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

Commit 5776ec44 authored by ziyiw's avatar ziyiw Committed by Presubmit Automerger Backend
Browse files

[automerge] Add a new capability to indcate min slot duration. 2p: f5535531

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

Bug: 254655623
Change-Id: If91b8f613afd229ca8ab4c7be4f26e68c0f62289
parents c5230eb4 f5535531
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,4 +48,5 @@ enum UwbVendorCapabilityTlvTypes {
  SUPPORTED_RANGE_DATA_NTF_CONFIG = 229,
  SUPPORTED_RSSI_REPORTING = 230,
  SUPPORTED_DIAGNOSTICS = 231,
  SUPPORTED_MIN_SLOT_DURATION = 232,
}
+5 −0
Original line number Diff line number Diff line
@@ -179,4 +179,9 @@ enum UwbVendorCapabilityTlvTypes {
     *  0 - Feature not supported.
     */
    SUPPORTED_DIAGNOSTICS = 0xE7,

    /**
     * 4 byte value to indicate supported min slot duration in ms.
     */
    SUPPORTED_MIN_SLOT_DURATION = 0xE8,
}