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

Commit 8189e07c authored by Steven Liu's avatar Steven Liu
Browse files

Update PDL for the CS HCI according to the released BT core 6.0

Flag: com.android.bluetooth.flags.channel_sounding_in_stack
Bug: 324185011
Bug: 372000684
Test: m com.android.btservices
Change-Id: If23855d2d18491076f3cd6dcea759de424d95b2a
parent 2735e4a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -538,7 +538,7 @@ struct DistanceMeasurementManager::impl : bluetooth::hal::RangingHalCallback {
                    kMaxMainModeSteps, kMainModeRepetition, kMode0Steps, CsRole::INITIATOR,
                    CsConfigRttType::RTT_WITH_128_BIT_RANDOM_SEQUENCE, CsSyncPhy::LE_1M_PHY,
                    channel_map, kChannelMapRepetition, CsChannelSelectionType::TYPE_3B,
                    CsCh3cShape::HAT_SHAPE, kCh3cJump, Enable::DISABLED),
                    CsCh3cShape::HAT_SHAPE, kCh3cJump),
            handler_->BindOnceOn(this, &impl::on_cs_setup_command_status_cb, connection_handle));
  }

+5 −2
Original line number Diff line number Diff line
@@ -5012,6 +5012,7 @@ packet LeCsReadLocalSupportedCapabilitiesComplete : CommandComplete (command_op_
  optional_t_fcs_times_supported : CsOptionalTFcsTimesSupported,
  optional_t_pm_times_supported : CsOptionalTPmTimesSupported,
  t_sw_time_supported : 8,
  optional_tx_snr_capability : 8,
}

packet LeCsReadRemoteSupportedCapabilities : DistanceMeasurementCommand (op_code = LE_CS_READ_REMOTE_SUPPORTED_CAPABILITIES) {
@@ -5044,6 +5045,7 @@ packet LeCsWriteCachedRemoteSupportedCapabilities : DistanceMeasurementCommand (
  optional_t_fcs_times_supported : CsOptionalTFcsTimesSupported,
  optional_t_pm_times_supported : CsOptionalTPmTimesSupported,
  t_sw_time_supported : 8,
  optional_tx_snr_capability: 8,
}

packet LeCsWriteCachedRemoteSupportedCapabilitiesComplete : CommandComplete (command_op_code = LE_CS_WRITE_CACHED_REMOTE_SUPPORTED_CAPABILITIES) {
@@ -5173,7 +5175,7 @@ packet LeCsCreateConfig : DistanceMeasurementCommand (op_code = LE_CS_CREATE_CON
  channel_selection_type : CsChannelSelectionType,
  ch3c_shape : CsCh3cShape,
  ch3c_jump : 8,
  companion_signal_enable : Enable,
  _reserved_ : 8,
}

packet LeCsCreateConfigStatus : CommandStatus (command_op_code = LE_CS_CREATE_CONFIG) {
@@ -6801,6 +6803,7 @@ packet LeCsReadRemoteSupportedCapabilitiesComplete : LeMetaEvent (subevent_code
  optional_t_fcs_times_supported : CsOptionalTFcsTimesSupported,
  optional_t_pm_times_supported : CsOptionalTPmTimesSupported,
  t_sw_time_supported : 8,
  optional_tx_snr_capability : 8,
}

packet LeCsReadRemoteFaeTableComplete : LeMetaEvent (subevent_code = LE_CS_READ_REMOTE_FAE_TABLE_COMPLETE) {
@@ -6854,7 +6857,7 @@ packet LeCsConfigComplete : LeMetaEvent (subevent_code = LE_CS_CONFIG_COMPLETE)
  channel_selection_type : CsChannelSelectionType,
  ch3c_shape : CsCh3cShape,
  ch3c_jump : 8,
  companion_signal_enable : Enable,
  _reserved_ : 8,
  t_ip1_time : 8,
  t_ip2_time : 8,
  t_fcs_time : 8,