Open yubozhao opened 10 years ago
Here is the document: http://www.bcsphere.org/portal.php?mod=topic&topicid=3
The device advertisement data, includes LocalName, TxPowerLevel, IsConnectable, ServiceData, ManufacturerData, ServiceUUIDs, SolicitedServiceUUIDs, OverflowServiceUUIDs
access the advertisement data like this: advdata["LocalName"]
Hi Thank you for the link, I will check it out
Hi
I am trying to parse the advertisement packet after successful scan. The current project broadcast device data through advertisement instead of gong through connect & discover.
Do you guys know how could I parse the advertisement data?