Loading pandora/server/bumble_experimental/hid.py +1 −1 Original line number Diff line number Diff line Loading @@ -674,7 +674,7 @@ def on_set_report_cb(report_id: int, report_type: int, report_size: int, data: b def on_get_protocol_cb(): retValue = hid_device.GetSetStatus() retValue.data = protocol_mode.to_bytes() retValue.data = protocol_mode.to_bytes(length=1) retValue.status = hid_device.GetSetReturn.SUCCESS return retValue Loading Loading
pandora/server/bumble_experimental/hid.py +1 −1 Original line number Diff line number Diff line Loading @@ -674,7 +674,7 @@ def on_set_report_cb(report_id: int, report_type: int, report_size: int, data: b def on_get_protocol_cb(): retValue = hid_device.GetSetStatus() retValue.data = protocol_mode.to_bytes() retValue.data = protocol_mode.to_bytes(length=1) retValue.status = hid_device.GetSetReturn.SUCCESS return retValue Loading