Searched refs:LeAclManagerShim (Results 1 – 7 of 7) sorted by relevance
72 struct LeAclManagerShim::impl : hci::acl_manager::LeAcceptlistCallbacks {126 LeAclManagerShim::LeAclManagerShim() { in LeAclManagerShim() function in bluetooth::connection::LeAclManagerShim127 pimpl_ = std::make_unique<LeAclManagerShim::impl>(); in LeAclManagerShim()130 LeAclManagerShim::~LeAclManagerShim() = default;132 void LeAclManagerShim::CreateLeConnection(core::AddressWithType address, in CreateLeConnection()137 void LeAclManagerShim::CancelLeConnect(core::AddressWithType address) const { in CancelLeConnect()142 void LeAclManagerShim::RegisterRustCallbacks( in RegisterRustCallbacks()
30 class LeAclManagerShim {32 LeAclManagerShim();33 ~LeAclManagerShim();
23 unsafe impl Send for LeAclManagerShim {} implementation31 impl UniquePtr<LeAclManagerShim> {}44 type LeAclManagerShim; typedef95 impl LeAclManagerShim { implementation97 self: Pin<&mut LeAclManagerShim>, in register_rust_callbacks() argument111 pub struct LeAclManagerImpl(pub UniquePtr<LeAclManagerShim>);
81 type LeAclManagerShim = crate::connection::LeAclManagerShim; typedef88 le_acl_manager: UniquePtr<LeAclManagerShim>, in start() argument
14 connection::{LeAclManagerImpl, LeAclManagerShim},23 le_acl_manager: UniquePtr<LeAclManagerShim>, in start() argument
69 std::make_unique<bluetooth::connection::LeAclManagerShim>(), *fut); in Start()
31 pub use ffi::{register_callbacks, LeAclManagerImpl, LeAclManagerShim};