Home
last modified time | relevance | path

Searched refs:LeAclManager (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/connection/
Dle_manager.rs33 type ActiveManager: LeAclManager + 'static;
43 pub trait LeAclManager: Debug { interface
Dacceptlist_manager.rs12 le_manager::LeAclManager,
50 le_manager: Box<dyn LeAclManager>,
55 pub fn new(le_manager: impl LeAclManager + 'static) -> Self { in new()
Dffi.rs18 le_manager::{ErrorCode, InactiveLeAclManager, LeAclManager, LeAclManagerConnectionCallbacks},
160 impl LeAclManager for LeAclManagerImpl {
/packages/modules/Bluetooth/system/rust/src/connection/mocks/
Dmock_le_manager.rs12 ErrorCode, InactiveLeAclManager, LeAclManager, LeAclManagerConnectionCallbacks,
143 impl LeAclManager for Rc<MockActiveLeAclManager> {