Closed Rod-O closed 4 years ago
Seems that there is an issue when gathering the services, the service is available when query using device.GetUUIDsAsync() but no through device.GetServiceAsync() Using a GATT explorer I can confirm that the service is available without pairing.
device.GetUUIDsAsync()
device.GetServiceAsync()
BlueZ presents this service as a separate interface, Battery1.
Seems that there is an issue when gathering the services, the service is available when query using
device.GetUUIDsAsync()
but no throughdevice.GetServiceAsync()
Using a GATT explorer I can confirm that the service is available without pairing.