ukBaz / python-bluezero

A simple Python interface to Bluez
MIT License
387 stars 112 forks source link

Add Manufacturer Data to advertisement. #326

Closed Jojo134 closed 3 years ago

Jojo134 commented 3 years ago

Sets the manufacturer data in an advertisement. Added a call to this method also for beacons.

Jojo134 commented 3 years ago

I went with the second form in the example since one can easy see the amount of bytes without having to count them. And adapt parts for beacons with a different advertisement format.