• Home
  • Raw
  • Download

Lines Matching refs:module_

55   impl(Controller& module) : module_(module) {}  in impl()
59 Handler* handler = module_.GetHandler(); in Start()
99 module_.SupportsBleChannelSounding()) { in Start()
142 if (is_supported(OpCode::LE_READ_RESOLVING_LIST_SIZE) && module_.SupportsBlePrivacy()) { in Start()
152 module_.SupportsBleDataPacketLengthExtension()) { in Start()
166 if (module_.SupportsSecureConnections()) { in Start()
174 module_.SupportsBleDataPacketLengthExtension()) { in Start()
185 module_.SupportsBleExtendedAdvertising()) { in Start()
196 module_.SupportsBleExtendedAdvertising()) { in Start()
208 module_.SupportsBlePeriodicAdvertising()) { in Start()
218 module_.SupportsBleConnectedIsochronousStreamCentral()) { in Start()
225 if (is_supported(OpCode::LE_SET_HOST_FEATURE) && module_.SupportsBleConnectionSubrating()) { in Start()
233 module_.SupportsBleChannelSounding()) { in Start()
385 module_.GetHandler()->BindOnceOn( in read_local_extended_features_complete_handler()
502 module_.GetHandler()->BindOnceOn( in read_default_erroneous_data_reporting_handler()
708 module_.GetHandler()->BindOnceOn( in le_get_vendor_capabilities_handler()
766 module_.GetHandler()->BindOnceOn( in set_controller_dab_audio_buffer_time()
773 module_.GetHandler()->BindOnce(check_complete<SetEventMaskCompleteView>)); in set_event_mask()
779 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnce( in set_event_mask_page_2()
792 module_.GetHandler()->BindOnce(check_complete<WriteLeHostSupportCompleteView>)); in write_le_host_support()
800 module_.GetHandler()->BindOnce(check_complete<WriteSimplePairingModeCompleteView>)); in write_simple_pairing_mode()
806 module_.GetHandler()->BindOnce(check_complete<ResetCompleteView>)); in reset()
813 module_.GetHandler()->BindOnceOn(this, &Controller::impl::le_rand_cb, std::move(cb))); in le_rand()
825 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnce( in set_event_filter()
837 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnce( in write_local_name()
848 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnce( in host_buffer_size()
854 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnce( in le_set_event_mask()
1239 Controller& module_; member