Home
last modified time | relevance | path

Searched defs:dispatch (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/rust/linux/stack/src/
Dlib.rs73 pub async fn dispatch(mut rx: Receiver<Message>, bluetooth: Arc<Mutex<Bluetooth>>) { in dispatch() method
/system/bt/gd/rust/hci/src/
Dlib.rs168 async fn dispatch( in dispatch() function