mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user