Searched refs:InactiveLeAclManager (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/rust/src/ |
D | lib.rs | 18 use connection::le_manager::InactiveLeAclManager; 71 le_acl_manager: impl InactiveLeAclManager, in start() argument
|
D | connection.rs | 22 le_manager::{ErrorCode, InactiveLeAclManager, LeAclManagerConnectionCallbacks}, 120 pub fn new(le_manager: impl InactiveLeAclManager) -> SharedBox<Self> { in new()
|
/packages/modules/Bluetooth/system/rust/src/connection/mocks/ |
D | mock_le_manager.rs | 12 ErrorCode, InactiveLeAclManager, LeAclManager, LeAclManagerConnectionCallbacks, 67 impl InactiveLeAclManager for MockLeAclManager {
|
/packages/modules/Bluetooth/system/rust/src/connection/ |
D | ffi.rs | 18 le_manager::{ErrorCode, InactiveLeAclManager, LeAclManager, LeAclManagerConnectionCallbacks}, 137 impl InactiveLeAclManager for LeAclManagerImpl {
|
D | le_manager.rs | 31 pub trait InactiveLeAclManager { trait
|