uwb(hal): Fix typo in pulse shape combo caps

This does not align with the values defined in
UwbVendorCapabilityTlvValues.aidl.

Bug: 221001452
Test: Compiles
Change-Id: I41d4850e5455ec6679af5edfa0e510d20439a651
This commit is contained in:
Roshan Pius
2022-02-23 09:00:01 -08:00
parent 89791a7891
commit 8974cbcdd7

View File

@@ -129,9 +129,9 @@ enum UwbVendorCapabilityTlvTypes {
* 1 byte tuple {initiator_tx (4 bits), responder_tx (4 bits)} array with list of supported
* pulse shape combos
* Values:
* PULSE_SHAPE_SYMMETRICAL_ROOT_RAISED_COSINE = 1
* PULSE_SHAPE_PRECURSOR_FREE = 2
* PULSE_SHAPE_PRECURSOR_FREE_SPECIAL = 3
* PULSE_SHAPE_SYMMETRICAL_ROOT_RAISED_COSINE = 0
* PULSE_SHAPE_PRECURSOR_FREE = 1
* PULSE_SHAPE_PRECURSOR_FREE_SPECIAL = 2
*/
/** */
CCC_SUPPORTED_PULSE_SHAPE_COMBOS = 0xA6,