diff options
Diffstat (limited to 'floss')
-rw-r--r-- | floss/pandora/floss/qa_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |