Searched defs:ClientContext (Results 1 – 5 of 5) sorted by relevance
| /packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
| D | main.rs | 52 pub(crate) struct ClientContext { struct 54 pub(crate) adapters: HashMap<i32, bool>, 58 pub(crate) default_adapter: i32, 61 pub(crate) enabled: bool, 64 pub(crate) adapter_ready: bool, 67 pub(crate) adapter_address: Option<RawAddress>, 71 pub(crate) bonding_attempt: Option<BluetoothDevice>, 74 pub(crate) discovering_state: bool, 78 pub(crate) found_devices: HashMap<String, BluetoothDevice>, 81 pub(crate) bonded_devices: HashMap<String, BluetoothDevice>, [all …]
|
| D | bt_adv.rs | 73 pub(crate) fn start(context: Arc<Mutex<ClientContext>>, s: AdvSet, callback_id: u32) { in start() 90 pub(crate) fn stop_all(context: Arc<Mutex<ClientContext>>) { in stop_all()
|
| D | callbacks.rs | 70 context: Arc<Mutex<ClientContext>>, in new() 126 context: Arc<Mutex<ClientContext>>, in new() 361 _context: Arc<Mutex<ClientContext>>, in new() 410 context: Arc<Mutex<ClientContext>>, in new() 535 context: Arc<Mutex<ClientContext>>, in new() 698 context: Arc<Mutex<ClientContext>>, in new() 900 context: Arc<Mutex<ClientContext>>, in new() 1174 context: Arc<Mutex<ClientContext>>, in new() 1356 _context: Arc<Mutex<ClientContext>>, in new() 1427 context: Arc<Mutex<ClientContext>>, in new() [all …]
|
| D | editor.rs | 180 client_context: Arc<Mutex<ClientContext>>, in new()
|
| D | command_handler.rs | 453 fn lock_context(&self) -> std::sync::MutexGuard<ClientContext> { in lock_context()
|