Searched refs:le_impl (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/hci/ |
D | acl_manager.cc | 48 using acl_manager::le_impl; 69 …le_impl_ = new le_impl(hci_layer_, controller_, handler_, round_robin_scheduler_, crash_on_unknown… in Start() 116 le_impl* le_impl_ = nullptr; 148 &le_impl::handle_register_le_callbacks, in RegisterLeCallbacks() 155 …CallOn(pimpl_->le_impl_, &le_impl::handle_unregister_le_callbacks, common::Unretained(callbacks), … in UnregisterLeCallbacks() 163 CallOn(pimpl_->le_impl_, &le_impl::create_le_connection, address_with_type, true, is_direct); in CreateLeConnection() 167 CallOn(pimpl_->le_impl_, &le_impl::set_le_suggested_default_data_parameters, octets, time); in SetLeSuggestedDefaultDataParameters() 182 &le_impl::set_privacy_policy_for_initiator_address, in SetPrivacyPolicyForInitiatorAddress() 199 &le_impl::set_privacy_policy_for_initiator_address_for_test, in SetPrivacyPolicyForInitiatorAddressForTest() 212 CallOn(pimpl_->le_impl_, &le_impl::cancel_connect, address_with_type); in CancelLeConnect() [all …]
|
/system/bt/gd/hci/acl_manager/ |
D | le_impl.h | 50 struct le_impl : public bluetooth::hci::LeAddressManagerCallback { struct 51 le_impl( in le_impl() function 65 handler_->BindOn(this, &le_impl::on_le_event), in le_impl() 66 handler_->BindOn(this, &le_impl::on_le_disconnect), in le_impl() 67 handler_->BindOn(this, &le_impl::on_le_read_remote_version_information)); in le_impl() 69 common::Bind(&le_impl::enqueue_command, common::Unretained(this)), in le_impl() 76 ~le_impl() { in ~le_impl() argument 422 …common::BindOnce(&le_impl::on_create_connection_timeout, common::Unretained(this), address_with_ty… in create_le_connection() argument 631 … handler_->BindOnce(&le_impl::on_create_connection_cancel_complete, common::Unretained(this))); in OnPause() argument
|