Home
last modified time | relevance | path

Searched refs:CancelLeConnect (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/connection/ffi/
Dconnection_shim.cc90 void CancelLeConnect(core::AddressWithType address) { in CancelLeConnect() function
91 acl_manager_->CancelLeConnect(ToCppAddress(address)); in CancelLeConnect()
137 void LeAclManagerShim::CancelLeConnect(core::AddressWithType address) const { in CancelLeConnect() function in bluetooth::connection::LeAclManagerShim
138 pimpl_->CancelLeConnect(address); in CancelLeConnect()
Dconnection_shim.h37 void CancelLeConnect(core::AddressWithType address) const;
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.h118 virtual void CancelLeConnect(AddressWithType address_with_type);
Dacl_manager.cc330 void AclManager::CancelLeConnect(AddressWithType address_with_type) { in CancelLeConnect() function in bluetooth::hci::AclManager
Dacl_manager_test.cc500 acl_manager_->CancelLeConnect(remote_with_type); in TEST_F()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc125 acl_manager_->CancelLeConnect(peer); in CancelConnection()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc256 acl_manager_->CancelLeConnect(device); in NotifyDeviceUnbonded()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1171 GetAclManager()->CancelLeConnect(address_with_type); in ignore_le_connection_from()