-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
how to peripheral get the services of the central #121
Comments
Hello, I can't think of any way to do this currently. It could be done with some significant changes to the code, I do not have time for doing that however. If you'd like to explore this and submit a PR I'd be more than happy to accept it. |
Hi, thanks for the quick reply. Actually, i have started some modification on the code yesterday and could get service and characteristics by uuid. I hope i submit a PR on next days after a few test.
|
Interesting approach, glad to see you're making progress. Happy to review when you're ready. |
@arif-ozcan Did you end up making a fork with the changes needed for this? |
my use scenario is:
1- start advertising
2- connect to advertising device through nRF Connect from mobile
3- get custom client services of the central device (mobile)
I cannot access the services of the central devices from my advertising-peripheral device. A Client instance always wants to connect to the advertised device.
Please let me know, Am i missing any point ? If not, is there any example to cover my scenario ?
Thanks in Advance !
The text was updated successfully, but these errors were encountered: