-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support secondary services #773
Comments
Hello, |
Oh about the real device, I didn't know. I left this suggest when I developed a simulator for my project. I dug into the API then I see that it has a secondary service. |
Yeah, I have seen the API but I have not encountered a real life example |
Alternative question: what device/SDK have you used? |
These are gate locks (many kinds). They are smart locks. Sorry I can't tell them name here. |
It is seem as RxAndroidBle hasn't support secondary service which is included in a service.
In class RxBleDeviceServices, method getService, method getCharacteristic, we just iterate through primary services. We didn't get the secondary services from the primary services
Could you consider to support this?
Thanks
The text was updated successfully, but these errors were encountered: