Skip to content

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

Merged
me-no-dev merged 1 commit into
espressif:masterfrom
kind3r:master
Jan 21, 2021
Merged

Make BLERemoteCharacteristic::getRemoteService() public #3367#4735
me-no-dev merged 1 commit into
espressif:masterfrom
kind3r:master

Conversation

@kind3r
Copy link
Copy Markdown
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