Home
last modified time | relevance | path

Searched refs:InactiveLeAclManager (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/
Dlib.rs18 use connection::le_manager::InactiveLeAclManager;
71 le_acl_manager: impl InactiveLeAclManager, in start() argument
Dconnection.rs22 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/
Dmock_le_manager.rs12 ErrorCode, InactiveLeAclManager, LeAclManager, LeAclManagerConnectionCallbacks,
67 impl InactiveLeAclManager for MockLeAclManager {
/packages/modules/Bluetooth/system/rust/src/connection/
Dffi.rs18 le_manager::{ErrorCode, InactiveLeAclManager, LeAclManager, LeAclManagerConnectionCallbacks},
137 impl InactiveLeAclManager for LeAclManagerImpl {
Dle_manager.rs31 pub trait InactiveLeAclManager { trait