Loading system/gd/hci/distance_measurement_manager.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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)); } Loading system/pdl/hci/hci_packets.pdl +5 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading @@ -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) { Loading Loading @@ -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) { Loading Loading @@ -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) { Loading Loading @@ -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, Loading Loading
system/gd/hci/distance_measurement_manager.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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)); } Loading
system/pdl/hci/hci_packets.pdl +5 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading @@ -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) { Loading Loading @@ -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) { Loading Loading @@ -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) { Loading Loading @@ -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, Loading