You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: