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

Fixes BLE Server descriptor update #6919

Merged
merged 5 commits into from
Jun 28, 2022

Conversation

SuGlider
Copy link
Collaborator

Description of Change

This PR fixes an issue related to BLE Server and Descriptors.

The issue:
If the BLE Server code changes its own descriptors, it is not reflected in the GATTS database.
BLE2902 CCCD also didn't reflect any changes to the GATTS database.
Because of this issue, the client could never read the real Descriptor values from the remote Server.

Tests scenarios

Tested with ESP32.

Related links

Fixes #6863
Fixes #6868

@SuGlider SuGlider added the Area: BT&Wifi BT & Wifi related issues label Jun 28, 2022
@SuGlider SuGlider added this to the 2.0.4 milestone Jun 28, 2022
@SuGlider SuGlider requested a review from me-no-dev June 28, 2022 02:34
@SuGlider SuGlider self-assigned this Jun 28, 2022
@SuGlider SuGlider changed the title Fixes BLE server Descriptor update Fixes BLE Server descriptor update Jun 28, 2022
@me-no-dev me-no-dev merged commit cb52e56 into espressif:master Jun 28, 2022
@SuGlider SuGlider deleted the ble_descriptor_update branch June 28, 2022 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: BT&Wifi BT & Wifi related issues
Projects
2 participants