• Rodrigo Garcia's avatar
    Fixes BLE Server descriptor update (#6919) · cb52e569
    Rodrigo Garcia authored
    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
    cb52e569
BLE2902.cpp 1.43 KB