gobbledegook
gobbledegook copied to clipboard
Support for org.bluez.LEAdvertisingManager1 ?
Hi, I wanted to advertise a service UUID.
Your library is great but it seems service UUID advertisement is not supported (or I couldn't get it to work).
I'm not familiar with D-Bus interface but it seems org.bluez.LEAdvertisingManager1 is needed. Also it looks like the XML must include
Any hints on how it could be added to your library?
Thanks,
An alternative could be to modify advertisement in Mgmt.cpp, which uses the mgmt-api. See an example implementation in this thread: https://github.com/nettlep/gobbledegook/issues/26#issuecomment-495555286