Add new capability TLV for supported RSSI reporting am: 2da346d0d5

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/19067900

Change-Id: I709ffcc86665253dcf2910f6463b3e92140d89c1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
ziyiw
2022-06-28 02:11:59 +00:00
committed by Automerger Merge Worker
2 changed files with 9 additions and 0 deletions

View File

@@ -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,
}

View File

@@ -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,
}