Home
last modified time | relevance | path

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

/system/bt/gd/rust/linux/stack/src/
Dbluetooth.rs50 pub struct Bluetooth { struct
51 intf: Arc<Mutex<BluetoothInterface>>, argument
53 callbacks: Vec<(u32, Box<dyn IBluetoothCallback + Send>)>, argument
59 impl Bluetooth { argument
61 pub fn new(tx: Sender<Message>, intf: Arc<Mutex<BluetoothInterface>>) -> Bluetooth { in new()
120 impl BtifBluetoothCallbacks for Bluetooth { implementation
160 impl IBluetooth for Bluetooth { implementation
Dlib.rs73 pub async fn dispatch(mut rx: Receiver<Message>, bluetooth: Arc<Mutex<Bluetooth>>) { in dispatch()
/system/bt/gd/rust/common/src/
Dlib.rs47 pub enum Bluetooth { enum
/system/bt/gd/rust/link/src/acl/
Dfragment.rs94 bt: Bluetooth, in fragmenting_stream()