Hi Inga, On Thu, Nov 08, 2018, Stotland, Inga wrote: > From D-Bus Api Design Guidelines: ( > https://dbus.freedesktop.org/doc/dbus-api-design.html#api-versioning): > > "In summary, version numbers should be included in all service names, > interface names and object paths: > > com.example.MyService1 > > com.example.MyService1.InterestingInterface > > com.example.MyService1.OtherInterface > > /com/example/MyService1/Manager > > /com/example/MyService1/OtherObject > " > > I chose to do the name versioning based on the official guidelines. > However, if we want to preserve the historical bluez approach, I don't > mind changing it. That's a good point you've brought up, however I think we should stick to consistency within the project in the first place. Johan