Searched refs:IBluetoothTelephonyCallback (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_telephony.rs | 2 use btstack::bluetooth_media::{IBluetoothTelephony, IBluetoothTelephonyCallback}; 17 impl IBluetoothTelephonyCallback for BluetoothTelephonyCallbackDBus { 35 callback: Box<dyn IBluetoothTelephonyCallback + Send>, in register_telephony_callback()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 32 BluetoothAudioDevice, IBluetoothMediaCallback, IBluetoothTelephonyCallback, 1578 impl IBluetoothTelephonyCallback for TelephonyCallback {
|
D | dbus_iface.rs | 46 IBluetoothTelephonyCallback, 2397 callback: Box<dyn IBluetoothTelephonyCallback + Send>, in register_telephony_callback() 2480 impl IBluetoothTelephonyCallback for IBluetoothTelephonyCallbackDBus {
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_media.rs | 305 callback: Box<dyn IBluetoothTelephonyCallback + Send>, in register_telephony_callback() 346 pub trait IBluetoothTelephonyCallback: RPCProxy { trait 454 telephony_callbacks: Arc<Mutex<Callbacks<dyn IBluetoothTelephonyCallback + Send>>>, 4100 callback: Box<dyn IBluetoothTelephonyCallback + Send>, in register_telephony_callback()
|