Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs14 APIMessage, BluetoothAPI, Message,
186 BluetoothAPI::Adapter => { in dispatch()
224 BluetoothAPI::Gatt => { in dispatch()
238 BluetoothAPI::Media => { in dispatch()
251 BluetoothAPI::Battery => { in dispatch()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs13 use crate::{uuid, APIMessage, BluetoothAPI};
427 let _ = api_tx.send(APIMessage::IsReady(BluetoothAPI::Battery)).await; in on_client_registered()
Dlib.rs173 pub enum BluetoothAPI { enum
183 IsReady(BluetoothAPI),
Dbluetooth.rs56 use crate::{APIMessage, BluetoothAPI, Message, RPCProxy, SuspendMode};
1637 let _ = api_txl.send(APIMessage::IsReady(BluetoothAPI::Adapter)).await; in adapter_state_changed()
1639 let _ = api_txl.send(APIMessage::IsReady(BluetoothAPI::Media)).await; in adapter_state_changed()
Dbluetooth_gatt.rs28 use crate::{APIMessage, BluetoothAPI, Message, RPCProxy, SuspendMode};
1581 let _ = api_tx_clone.send(APIMessage::IsReady(BluetoothAPI::Gatt)).await; in init_profiles()