Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs159 QaRfcommSendMsc(u8, RawAddress), enumerator
486 Message::QaRfcommSendMsc(dlci, addr) => { in dispatch()
Dbluetooth_qa.rs121 let _ = txl.send(Message::QaRfcommSendMsc(dlci, addr)).await; in rfcomm_send_msc()