Merge "[hal] Add support for CCC capability UWBS_MAX_PPM." into main am: c1afcae755
am: f660cc4981
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2891136 Change-Id: I4a777dd647a5e16df152019089c0dcfe1804565c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
986649aa6e
2 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,7 @@ enum UwbVendorCapabilityTlvTypes {
|
|||
CCC_SUPPORTED_MAX_RANGING_SESSION_NUMBER = 0xA8,
|
||||
CCC_SUPPORTED_MIN_UWB_INITIATION_TIME_MS = 0xA9,
|
||||
CCC_PRIORITIZED_CHANNEL_LIST = 0xAA,
|
||||
CCC_SUPPORTED_UWBS_MAX_PPM = 0xAB,
|
||||
RADAR_SUPPORT = 0xB0,
|
||||
SUPPORTED_AOA_RESULT_REQ_ANTENNA_INTERLEAVING = 0xE3,
|
||||
SUPPORTED_MIN_RANGING_INTERVAL_MS = 0xE4,
|
||||
|
|
|
@ -154,6 +154,11 @@ enum UwbVendorCapabilityTlvTypes {
|
|||
*/
|
||||
CCC_PRIORITIZED_CHANNEL_LIST = 0xAA,
|
||||
|
||||
/**
|
||||
* Short (2-octet) value to indicate the UWBS Max Clock Skew PPM value.
|
||||
*/
|
||||
CCC_SUPPORTED_UWBS_MAX_PPM = 0xAB,
|
||||
|
||||
/*********************************************
|
||||
* RADAR specific
|
||||
********************************************/
|
||||
|
|
Loading…
Reference in a new issue