Skip to content
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

Make BLERemoteCharacteristic::getRemoteService() public #3367 #4735

Merged
merged 1 commit into from
Jan 21, 2021
Merged

Make BLERemoteCharacteristic::getRemoteService() public #3367 #4735

merged 1 commit into from
Jan 21, 2021

Conversation

kind3r
Copy link
Contributor

@kind3r kind3r commented Jan 20, 2021

Provide access to characteristic's service, especially useful when receiving a notification registered via BLERemoteCharacteristic::registerForNotify as the callback only gets the characteristic as a parameter so you can't differentiate between multiple connected devices with multiple notification subscriptions.

More details in #3367 for use cases.

@me-no-dev me-no-dev merged commit c9b3e51 into espressif:master Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants