Home
last modified time | relevance | path

Searched defs:arbiter (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/
Dgatt.rs4 pub mod arbiter; module
Dlib.rs88 let arbiter = gatt::arbiter::initialize_arbiter(); in start() localVariable
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_arbiter_acl_arbiter.cc21 namespace arbiter { namespace
/packages/modules/Bluetooth/system/stack/arbiter/
Dacl_arbiter.cc32 namespace arbiter { namespace
/packages/modules/Bluetooth/system/rust/src/gatt/
Darbiter.rs26 let arbiter = Arc::new(Mutex::new(IsolationManager::new())); in initialize_arbiter() localVariable
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs75 let arbiter = IsolationManager::new(); in start_gatt_module() localVariable