Home
last modified time | relevance | path

Searched refs:on_send_hid_data_completed (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_qa.rs52 fn on_send_hid_data_completed(&mut self, status: BtStatus); in on_send_hid_data_completed() method
97 pub fn on_send_hid_data_completed(&mut self, status: BtStatus) { in on_send_hid_data_completed() method
99 cb.on_send_hid_data_completed(status); in on_send_hid_data_completed()
Dlib.rs526 bluetooth_qa.lock().unwrap().on_send_hid_data_completed(status); in dispatch()
/packages/modules/Bluetooth/floss/pandora/floss/
Dqa_client.py76 def on_send_hid_data_completed(self, status): member in BluetoothQACallbacks
188 observer.on_send_hid_data_completed(status)
264 def on_send_hid_data_completed(self, status): member in FlossQAClient
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_qa.rs95 fn on_send_hid_data_completed(&mut self, status: BtStatus) { in on_send_hid_data_completed() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs1395 fn on_send_hid_data_completed(&mut self, status: BtStatus) { in on_send_hid_data_completed() method
Ddbus_iface.rs2601 fn on_send_hid_data_completed(&mut self, status: BtStatus) { in on_send_hid_data_completed() method