Skip to content

No support for BLE Client notification indications. #46

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

Closed
nkolban opened this issue Sep 3, 2017 · 1 comment
Closed

No support for BLE Client notification indications. #46

nkolban opened this issue Sep 3, 2017 · 1 comment

Comments

@nkolban
Copy link
Owner

nkolban commented Sep 3, 2017

Part of the function of BLE is to be able to send and receive notifications. What this means is that if we (ESP32) are being a BLE client, we should be able to connect to a BLE server and indicate that we wish to receive notifications of changes characteristic values. When the BLE server wishes, it can then indicate that the value has changed. The BLE client should then be asynchronously be informed that this happened and perform some action. During the examination of the sample for issue #45, it was found that this has simply not been implemented. This is a gross oversight and needs remedied quickly.

@nkolban
Copy link
Owner Author

nkolban commented Sep 4, 2017

Initial coding complete.

nkolban added a commit that referenced this issue Sep 4, 2017
@nkolban nkolban closed this as completed Sep 4, 2017
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

No branches or pull requests

1 participant