You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
in pygatt/backends/bgapi/bgapi.py, in function _scan_rsp_data():
line 554:
line 583:
data_dict[field_name] = bytearray(field_value)at every fileld end, no check is performed on the existance of the key 'field_name' prior to assignment.
BLE standard allows for certain data types to be repeated.