Searched refs:LeAclManager (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/rust/src/connection/ |
D | le_manager.rs | 33 type ActiveManager: LeAclManager + 'static; 43 pub trait LeAclManager: Debug { interface
|
D | acceptlist_manager.rs | 12 le_manager::LeAclManager, 50 le_manager: Box<dyn LeAclManager>, 55 pub fn new(le_manager: impl LeAclManager + 'static) -> Self { in new()
|
D | ffi.rs | 18 le_manager::{ErrorCode, InactiveLeAclManager, LeAclManager, LeAclManagerConnectionCallbacks}, 160 impl LeAclManager for LeAclManagerImpl {
|
/packages/modules/Bluetooth/system/rust/src/connection/mocks/ |
D | mock_le_manager.rs | 12 ErrorCode, InactiveLeAclManager, LeAclManager, LeAclManagerConnectionCallbacks, 143 impl LeAclManager for Rc<MockActiveLeAclManager> {
|