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

Commit 8ad4251b authored by ziyiw's avatar ziyiw Committed by Roshan Pius
Browse files

Add new capability TLV for supported RSSI reporting

Test: Compile
Bug: 236720553
Merged-In: Iae490f193c7e613ef8c9ee03784563b3286182bb
Change-Id: Iae490f193c7e613ef8c9ee03784563b3286182bb
parent 745c36cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,4 +46,5 @@ enum UwbVendorCapabilityTlvTypes {
  SUPPORTED_AOA_RESULT_REQ_ANTENNA_INTERLEAVING = 227,
  SUPPORTED_MIN_RANGING_INTERVAL_MS = 228,
  SUPPORTED_RANGE_DATA_NTF_CONFIG = 229,
  SUPPORTED_RSSI_REPORTING = 230,
}
+8 −0
Original line number Diff line number Diff line
@@ -163,4 +163,12 @@ enum UwbVendorCapabilityTlvTypes {
     * RANGE_DATA_NTF_CONFIG in SET_APP_CFG_CMD
     */
    SUPPORTED_RANGE_DATA_NTF_CONFIG = 0xE5,

    /**
     * 1 byte bitmask to indicate the supported RSSI_REPORTING values
     * Values:
     * 1 - Feature supported.
     * 0 - Feature not supported.
     */
    SUPPORTED_RSSI_REPORTING = 0xE6,
}