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
I see the IBattery1 interface is included in the library to deal with the point of Bluez hiding the battery characteristic, but is there any sample how we can best use it?
The text was updated successfully, but these errors were encountered:
I'm no DBus expert but there seem to be multiple DBus interfaces for the same object path (device and battery).
Should I use BluezManager.GetProxiesAsync<IBattery1>(string interfaceName, IDBusObject rootObject), use the adapter as rootObject and the create a constant for the Battery interface in BluezConstants?
Thank you for letting me know!
I'm not working on my project at the moment so unfortunately I cannot try your fork and give feedback, sorry.
Wish you success on the development of your fork!
I see the
IBattery1
interface is included in the library to deal with the point of Bluez hiding the battery characteristic, but is there any sample how we can best use it?The text was updated successfully, but these errors were encountered: