1. I don't want to call the fds function when enabling or disabling cccd: pdb_write_buf_store, so I did the following:
2. I am in nRF5_SDK_12.3.0_d7731ad in the sdk
Routine D:Project?nRF5_SDK_12.3.0_d7731ad?examples?ble_peripheral?ble_app_hts?pca10028?s130?arm5_no_packs
File gatt_cache_manager.c
Local_db_update_in_evt of the function gcm_ble_evt_handler to comment off the function (p_ble_evt-evt.gatts_evt.conn_handle);
3. After I disable the function mentioned above, enable or disable CCCD without exception, I disable the local_db_update_in_evt (p_ble_evt-evt.gatts_evt.conn_handle);
4. Why write FDS when enabling CCCD, what information is written, according to my understanding, should not write FDS here?
5. The following figure is the location of the function that modified the commented out