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

Commit 6fa39760 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add SUPPORTED_MAX_SESSION_COUNT as part of UwbVendorCapabilityTlvTypes" into main

parents 7074af9d 41c32225
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ package android.hardware.uwb.fira_android;
enum UwbVendorCapabilityTlvTypes {
  SUPPORTED_POWER_STATS_QUERY = 0xC0,
  SUPPORTED_ANTENNA_MODES = 0xC1,
  SUPPORTED_MAX_SESSION_COUNT = 0xEB,
  CCC_SUPPORTED_CHAPS_PER_SLOT = 0xA0,
  CCC_SUPPORTED_SYNC_CODES = 0xA1,
  CCC_SUPPORTED_HOPPING_CONFIG_MODES_AND_SEQUENCES = 0xA2,
+5 −0
Original line number Diff line number Diff line
@@ -48,6 +48,11 @@ enum UwbVendorCapabilityTlvTypes {
     */
    SUPPORTED_ANTENNA_MODES = 0xC1,

    /**
     * Int value to indicate max supported session count
     */
    SUPPORTED_MAX_SESSION_COUNT = 0xEB,

    /*********************************************
     * CCC specific
     ********************************************/