Home
last modified time | relevance | path

Searched refs:IBluetoothAdminPolicyCallback (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_admin.rs1 use btstack::bluetooth_admin::{IBluetoothAdmin, IBluetoothAdminPolicyCallback, PolicyEffect};
27 impl IBluetoothAdminPolicyCallback for IBluetoothAdminPolicyCallbackDBus {
68 callback: Box<dyn IBluetoothAdminPolicyCallback + Send>, in register_admin_policy_callback()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs31 callback: Box<dyn IBluetoothAdminPolicyCallback + Send>, in register_admin_policy_callback()
46 pub trait IBluetoothAdminPolicyCallback: RPCProxy { trait
65 callbacks: Callbacks<dyn IBluetoothAdminPolicyCallback + Send>,
263 callback: Box<dyn IBluetoothAdminPolicyCallback + Send>, in register_admin_policy_callback()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs25 use btstack::bluetooth_admin::{IBluetoothAdminPolicyCallback, PolicyEffect};
486 impl IBluetoothAdminPolicyCallback for AdminCallback {
Ddbus_iface.rs33 use btstack::bluetooth_admin::{IBluetoothAdmin, IBluetoothAdminPolicyCallback, PolicyEffect};
1385 callback: Box<dyn IBluetoothAdminPolicyCallback + Send>, in register_admin_policy_callback()
1410 impl IBluetoothAdminPolicyCallback for IBluetoothAdminPolicyCallbackDBus {