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

Commit 276497a0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes from topic "min_ranging_interval"

* changes:
  [automerge] uwb(hal): Add a new capability TLV for min ranging interval 2p: d6a1025c
  uwb(hal): Add a new capability TLV for min ranging interval
parents 4372e25e 427e0318
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ aidl_interface {

aidl_interface {
    name: "android.hardware.uwb.fira_android",
    owner: "google",
    vendor_available: true,
    srcs: ["android/hardware/uwb/fira_android/*.aidl"],
    stability: "vintf",
+1 −0
Original line number Diff line number Diff line
@@ -44,4 +44,5 @@ enum UwbVendorCapabilityTlvTypes {
  CCC_SUPPORTED_PULSE_SHAPE_COMBOS = 166,
  CCC_SUPPORTED_RAN_MULTIPLIER = 167,
  SUPPORTED_AOA_RESULT_REQ_ANTENNA_INTERLEAVING = 227,
  SUPPORTED_MIN_RANGING_INTERVAL_MS = 228,
}
+5 −0
Original line number Diff line number Diff line
@@ -150,4 +150,9 @@ enum UwbVendorCapabilityTlvTypes {
     *  0 - Feature not supported.
     */
    SUPPORTED_AOA_RESULT_REQ_ANTENNA_INTERLEAVING = 0xE3,

    /**
     * 4 byte value to indicate supported min ranging interval in ms.
     */
    SUPPORTED_MIN_RANGING_INTERVAL_MS = 0xE4,
}