uwb[aidl]: Added LAST_STS_INDEX_USED config into CCC open ranging params
Add LAST_STS_INDEX_USED to CCC ranging Bug: 268762844 Test: test CCC Change-Id: I56514e7d7d0c927e6bf8e257547f7baeadd3770c
This commit is contained in:
parent
70d16e0229
commit
9bd47ef77c
2 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@ enum UwbVendorSessionAppConfigTlvTypes {
|
|||
CCC_UWB_CONFIG_ID = 164,
|
||||
CCC_PULSESHAPE_COMBO = 165,
|
||||
CCC_URSK_TTL = 166,
|
||||
CCC_LAST_INDEX_USED = 168,
|
||||
NB_OF_RANGE_MEASUREMENTS = 227,
|
||||
NB_OF_AZIMUTH_MEASUREMENTS = 228,
|
||||
NB_OF_ELEVATION_MEASUREMENTS = 229,
|
||||
|
|
|
@ -46,6 +46,8 @@ enum UwbVendorSessionAppConfigTlvTypes {
|
|||
CCC_PULSESHAPE_COMBO = 0xA5,
|
||||
/** 2 byte data */
|
||||
CCC_URSK_TTL = 0xA6,
|
||||
/** 4 byte data */
|
||||
CCC_LAST_INDEX_USED = 0xA8,
|
||||
|
||||
/**
|
||||
* Range 0xE3 - 0xFF is reserved for proprietary use in the FIRA spec.
|
||||
|
|
Loading…
Reference in a new issue