Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pc_ble_driver_py/ble_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ def from_c(cls, adv_report_evt):
try:
ad_len = ad_list[index]
if ad_len == 0:
logger.info(f"ad_len is zero, discarding rest of ad_list")
logger.debug(f"ad_len is zero, discarding rest of ad_list")
return ble_adv_data

ad_type = ad_list[index + 1]
Expand Down