Closed matt-meades closed 3 months ago
When trying to advertise as a peripheral device, I was getting the below error:
And using dbus-monitor found that the array being sent had the same typo from the BlueZAdvertisementType enum:
dbus-monitor
BlueZAdvertisementType
Upon forking the repo and fixing this typo, the error was resolved and I could advertise as a peripheral device.
I'm surprised that nobody else has encountered this issue so let me know if I'm using the package wrong, if not I'm happy to open a PR to fix this.
Looks like a bug, please open a PR :)
When trying to advertise as a peripheral device, I was getting the below error:
And using
dbus-monitor
found that the array being sent had the same typo from theBlueZAdvertisementType
enum:Upon forking the repo and fixing this typo, the error was resolved and I could advertise as a peripheral device.
I'm surprised that nobody else has encountered this issue so let me know if I'm using the package wrong, if not I'm happy to open a PR to fix this.