Lines Matching refs:module_

52   impl(Controller& module) : module_(module) {}  in impl()
56 Handler* handler = module_.GetHandler(); in Start()
87 module_.SupportsBleChannelSounding()) { in Start()
124 if (is_supported(OpCode::LE_READ_RESOLVING_LIST_SIZE) && module_.SupportsBlePrivacy()) { in Start()
133 …if (is_supported(OpCode::LE_READ_MAXIMUM_DATA_LENGTH) && module_.SupportsBleDataPacketLengthExtens… in Start()
146 if (module_.SupportsSecureConnections()) { in Start()
152 …if (is_supported(OpCode::LE_READ_SUGGESTED_DEFAULT_DATA_LENGTH) && module_.SupportsBleDataPacketLe… in Start()
161 …if (is_supported(OpCode::LE_READ_MAXIMUM_ADVERTISING_DATA_LENGTH) && module_.SupportsBleExtendedAd… in Start()
171 module_.SupportsBleExtendedAdvertising()) { in Start()
181 module_.SupportsBlePeriodicAdvertising()) { in Start()
189 …if (is_supported(OpCode::LE_SET_HOST_FEATURE) && module_.SupportsBleConnectedIsochronousStreamCent… in Start()
196 module_.SupportsBleConnectionSubrating()) { in Start()
204 module_.SupportsBleChannelSounding()) { in Start()
350module_.GetHandler()->BindOnceOn(this, &Controller::impl::read_local_extended_features_complete_ha… in read_local_extended_features_complete_handler()
464 module_.GetHandler()->BindOnceOn( in read_default_erroneous_data_reporting_handler()
671 module_.GetHandler()->BindOnceOn( in le_get_vendor_capabilities_handler()
686 module_.GetHandler()->BindOnceOn( in le_get_vendor_capabilities_handler()
743 module_.GetHandler()->BindOnceOn( in set_controller_dab_audio_buffer_time()
751 module_.GetHandler()->BindOnce(check_complete<SetEventMaskCompleteView>)); in set_event_mask()
762 module_.GetHandler()->BindOnce(check_complete<WriteLeHostSupportCompleteView>)); in write_le_host_support()
769 module_.GetHandler()->BindOnce(check_complete<WriteSimplePairingModeCompleteView>)); in write_simple_pairing_mode()
775 std::move(packet), module_.GetHandler()->BindOnce(check_complete<ResetCompleteView>)); in reset()
782 module_.GetHandler()->BindOnceOn(this, &Controller::impl::le_rand_cb, std::move(cb))); in le_rand()
796 module_.GetHandler()->BindOnce(check_complete<SetEventFilterCompleteView>)); in set_event_filter()
809 module_.GetHandler()->BindOnce(check_complete<WriteLocalNameCompleteView>)); in write_local_name()
819 module_.GetHandler()->BindOnce(check_complete<HostBufferSizeCompleteView>)); in host_buffer_size()
826 module_.GetHandler()->BindOnce(check_complete<LeSetEventMaskCompleteView>)); in le_set_event_mask()
1208 Controller& module_; member