Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1639 pub fn get_bt_dispatcher(tx: Sender<Message>) -> BaseCallbacksDispatcher { in get_bt_dispatcher() function
2252 self.intf.lock().unwrap().initialize(get_bt_dispatcher(self.tx.clone()), hci_index) in init()