Searched refs:leCsConfigCompleteView (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/ |
D | ranging_hal_android.cc | 266 const hci::LeCsConfigCompleteView& leCsConfigCompleteView, in UpdateChannelSoundingConfig() argument 281 static_cast<int>(leCsConfigCompleteView.GetMainModeType())), in UpdateChannelSoundingConfig() 283 static_cast<int>(leCsConfigCompleteView.GetSubModeType())), in UpdateChannelSoundingConfig() 284 .rttType = static_cast<RttType>(static_cast<int>(leCsConfigCompleteView.GetRttType())), in UpdateChannelSoundingConfig() 285 .channelMap = leCsConfigCompleteView.GetChannelMap(), in UpdateChannelSoundingConfig() 286 .minMainModeSteps = leCsConfigCompleteView.GetMinMainModeSteps(), in UpdateChannelSoundingConfig() 287 .maxMainModeSteps = leCsConfigCompleteView.GetMaxMainModeSteps(), in UpdateChannelSoundingConfig() 289 static_cast<int8_t>(leCsConfigCompleteView.GetMainModeRepetition()), in UpdateChannelSoundingConfig() 290 .mode0Steps = static_cast<int8_t>(leCsConfigCompleteView.GetMode0Steps()), in UpdateChannelSoundingConfig() 291 .role = static_cast<Role>(static_cast<int>(leCsConfigCompleteView.GetRole())), in UpdateChannelSoundingConfig() [all …]
|
D | ranging_hal.h | 316 uint16_t connection_handle, const hci::LeCsConfigCompleteView& leCsConfigCompleteView,
|