bcsphere/bluetooth

about parsing advertisement data

Opened this issue · 2 comments

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?

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