From 9a937344ba8602b4fd2c8c8dc1377f7e55251a09 Mon Sep 17 00:00:00 2001 From: Hsin-chen Chuang Date: Fri, 24 May 2024 19:59:34 +0800 Subject: floss: QA: Fix the wrong DBus method name GetHIDReport Bug: 342337056 Tag: #floss Test: mmm packages/modules/Bluetooth Test: btclient> hid get-report 11:35:35:11:35:35 Input 1 Flag: EXEMPT, Floss-only changes Change-Id: Iecac01506a2fea28b28be8e49c4922fdf1ab867a --- floss/pandora/floss/qa_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'floss') diff --git a/floss/pandora/floss/qa_client.py b/floss/pandora/floss/qa_client.py index 29765e0506..4fb7c99eb4 100644 --- a/floss/pandora/floss/qa_client.py +++ b/floss/pandora/floss/qa_client.py @@ -416,7 +416,7 @@ class FlossQAClient(BluetoothQACallbacks): Returns: True on success, False otherwise. """ - self.proxy().FetchHIDReport(addr, report_type, report_id) + self.proxy().GetHIDReport(addr, report_type, report_id) return True @utils.glib_call(False) -- cgit v1.2.3-59-g8ed1b