Searched refs:BluetoothAPI (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | interface_manager.rs | 14 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/ |
D | battery_service.rs | 13 use crate::{uuid, APIMessage, BluetoothAPI}; 427 let _ = api_tx.send(APIMessage::IsReady(BluetoothAPI::Battery)).await; in on_client_registered()
|
D | lib.rs | 173 pub enum BluetoothAPI { enum 183 IsReady(BluetoothAPI),
|
D | bluetooth.rs | 56 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()
|
D | bluetooth_gatt.rs | 28 use crate::{APIMessage, BluetoothAPI, Message, RPCProxy, SuspendMode}; 1581 let _ = api_tx_clone.send(APIMessage::IsReady(BluetoothAPI::Gatt)).await; in init_profiles()
|