IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.6k stars 490 forks source link

manufacturer data in scan response overwrites the data in the advertisement packet #338

Open stmariej opened 5 years ago

stmariej commented 5 years ago

When scanning, dev.getScanData() returns "Manufacturer" from the scan response packet ONLY.

I believe it should append the scan response data to the advertisement packet OR have 2 keys (Manufacturer Adv & Manufacturer SR) ---- not overwrite it.

bernardoslailati commented 5 years ago

That's true. I'm with this problem here. Can I know if the received data is coming from an advertising or scan response?