• Home
  • Raw
  • Download

Lines Matching refs:BindOnceOn

51 …handler->BindOnceOn(this, &Controller::impl::write_secure_connections_host_support_complete_handle…  in Start()
54 … handler->BindOnceOn(this, &Controller::impl::read_local_name_complete_handler)); in Start()
56 … handler->BindOnceOn(this, &Controller::impl::read_local_version_information_complete_handler)); in Start()
58 … handler->BindOnceOn(this, &Controller::impl::read_local_supported_commands_complete_handler)); in Start()
64 … handler->BindOnceOn(this, &Controller::impl::read_local_extended_features_complete_handler, in Start()
69 … handler->BindOnceOn(this, &Controller::impl::read_buffer_size_complete_handler)); in Start()
74 handler->BindOnceOn(this, &Controller::impl::le_read_buffer_size_v2_handler)); in Start()
78 handler->BindOnceOn(this, &Controller::impl::le_read_buffer_size_handler)); in Start()
82 … handler->BindOnceOn(this, &Controller::impl::le_read_local_supported_features_handler)); in Start()
85 … handler->BindOnceOn(this, &Controller::impl::le_read_supported_states_handler)); in Start()
89 handler->BindOnceOn(this, &Controller::impl::le_read_connect_list_size_handler)); in Start()
93 handler->BindOnceOn(this, &Controller::impl::le_read_resolving_list_size_handler)); in Start()
97 … handler->BindOnceOn(this, &Controller::impl::le_read_maximum_data_length_handler)); in Start()
107 … handler->BindOnceOn(this, &Controller::impl::le_read_suggested_default_data_length_handler)); in Start()
112 … handler->BindOnceOn(this, &Controller::impl::le_read_maximum_advertising_data_length_handler)); in Start()
119 …handler->BindOnceOn(this, &Controller::impl::le_read_number_of_supported_advertising_sets_handler)… in Start()
126 … handler->BindOnceOn(this, &Controller::impl::le_read_periodic_advertiser_list_size_handler)); in Start()
130 … handler->BindOnceOn(this, &Controller::impl::le_get_vendor_capabilities_handler)); in Start()
137 …handler->BindOnceOn(this, &Controller::impl::read_controller_mac_address_handler, std::move(promis… in Start()
245 …module_.GetHandler()->BindOnceOn(this, &Controller::impl::read_local_extended_features_complete_ha… in read_local_extended_features_complete_handler()
454 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in set_event_mask()
464 …module_.GetHandler()->BindOnceOn(this, &Controller::impl::check_status<WriteLeHostSupportCompleteV… in write_le_host_support()
471 …module_.GetHandler()->BindOnceOn(this, &Controller::impl::check_status<WriteSimplePairingModeCompl… in write_simple_pairing_mode()
477 … module_.GetHandler()->BindOnceOn(this, &Controller::impl::check_status<ResetCompleteView>)); in reset()
481 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in set_event_filter()
493 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in write_local_name()
502 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in host_buffer_size()
508 hci_->EnqueueCommand(std::move(packet), module_.GetHandler()->BindOnceOn( in le_set_event_mask()