Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe1e91b2 authored by Henri Chataing's avatar Henri Chataing
Browse files

packets/hci: Fix definitions for LE CS commands and events

The fixed definitions are not directly used right now,
the change brings no logical change.

Bug: 331817295
Test: m com.android.btservices
Flag: EXEMPT, minor bugfix
Change-Id: Ib62fecbfba4c02b12eb5b57723fb004e881535f2
parent 8106c85b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4917,7 +4917,6 @@ packet LeSubrateRequestStatus : CommandStatus (command_op_code = LE_SUBRATE_REQU
}

packet LeCsReadLocalSupportedCapabilities : DistanceMeasurementCommand (op_code = LE_CS_READ_LOCAL_SUPPORTED_CAPABILITIES) {

}

struct CsRoleSupported {
@@ -5293,7 +5292,7 @@ packet LeCsTest : DistanceMeasurementCommand (op_code = LE_CS_TEST) {
  snr_control_reflector: CsSnrControl,
  drbg_nonce : 16,
  channel_map_repetition : 8,
  override_config : 8,
  override_config : 16,
  override_parameters_length : 8,
  override_parameters_data : 8[],
}