Home
last modified time | relevance | path

Searched refs:set_mps_qualification_enabled (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_telephony.rs61 fn set_mps_qualification_enabled(&mut self, enable: bool) { in set_mps_qualification_enabled() method
/packages/modules/Bluetooth/floss/pandora/floss/
Dtelephony_client.py204 def set_mps_qualification_enabled(self, enable): member in FlossTelephonyClient
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py362 def set_mps_qualification_enabled(self, enable): member in Bluetooth
363 return self.telephony_client.set_mps_qualification_enabled(enable)
Dhfp.py40 self.bluetooth.set_mps_qualification_enabled(True)
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs2151 context.telephony_dbus.as_mut().unwrap().set_mps_qualification_enabled(true); in cmd_telephony()
2165 context.telephony_dbus.as_mut().unwrap().set_mps_qualification_enabled(false); in cmd_telephony()
Ddbus_iface.rs2423 fn set_mps_qualification_enabled(&mut self, enable: bool) { in set_mps_qualification_enabled() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs320 fn set_mps_qualification_enabled(&mut self, enable: bool); in set_mps_qualification_enabled() method
4177 fn set_mps_qualification_enabled(&mut self, enable: bool) { in set_mps_qualification_enabled() method