gobbledegook icon indicating copy to clipboard operation
gobbledegook copied to clipboard

Support for org.bluez.LEAdvertisingManager1 ?

Open buzios opened this issue 5 years ago • 1 comments

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,

buzios avatar Apr 23 '19 23:04 buzios

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

stez-mind avatar May 24 '19 10:05 stez-mind