Home
last modified time | relevance | path

Searched defs:sco_tx (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/stack/src/hal/
Dmod.rs54 pub sco_tx: UnboundedSender<ScoPacket>, field
64 pub sco_tx: UnboundedSender<ScoPacket>, field
Dhidl_hal.rs71 sco_tx: UnboundedSender<ScoPacket>, field
Dfacade.rs76 let sco_tx = self.sco.tx.clone(); in send_sco() localVariable
/packages/modules/Bluetooth/system/gd/rust/stack/src/hci/
Dfacade.rs65 pub sco_tx: Sender<ScoPacket>, field