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

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

Merge "uwb(hal): Add a new capability TLV for min ranging interval" into tm-mainline-prod

parents 0f696430 d6a1025c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,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,
}