You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anything that is created and put on the D-Bus needs to have a unique that to identify it. The path of the service on the D-Bus needs to be made unique.
Which is done here by using the srv_id that is passed in to the peripheral.
If all your paths are having 1 in them then I'm guessing that is because you are setting it to 1.
The value doesn't matter as long as different paths have different values. You can create random numbers if you want.
Looks like all of our servers (peripherals) start with srv_id 1.
What is srv_id zero?
python-bluezero/bluezero/peripheral.py
Line 35 in 2b0aba8
The text was updated successfully, but these errors were encountered: