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

Commit 41c32225 authored by Bhautik Ardeshana's avatar Bhautik Ardeshana
Browse files

Add SUPPORTED_MAX_SESSION_COUNT as part of UwbVendorCapabilityTlvTypes



Bug: 365891379
Test: None

Change-Id: I3d2882ec7b3ec8e1ad7a1a15390d86345ff1ccb7
Signed-off-by: default avatarBhautik Ardeshana <bhautik.ardeshana@nxp.com>
parent 30338f9a
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
     ********************************************/