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
BLE advertisement packets contain the packet length. Current implementation of parse_le_advertising_events provides options to filter the messages to specific lengths. But in my situation I have two versions of firmware with slightly different length, and currently I have to unpack whole structure by calling raw_packet_to_str and check the length. If the handler can receive an optional int parameter with message length, with value from plen I can avoid that.