Merge branch 'bugfix/ble_enhanced_security' into 'master'

Update BluFi document

Closes BLERP-2148

See merge request espressif/esp-idf!41158
This commit is contained in:
Island
2025-08-20 11:29:12 +08:00
2 changed files with 21 additions and 0 deletions

View File

@@ -693,6 +693,16 @@ The data to be encrypted and decrypted must be in the same length. The IV8 is an
This function is used to compute CheckSum and return a value of CheckSum. BluFi uses the returned value to compare the CheckSum of the frame.
5. Implementing Stronger Security
The default encryption/decryption logic in this example is intended for demonstration purposes only.
If you require a higher level of security, it is recommended to implement your own encryption, decryption, authentication, and checksum algorithms by customizing the security callbacks in the BluFi framework.
.. code-block:: c
esp_err_t esp_blufi_register_callbacks(esp_blufi_callbacks_t *callbacks)
GATT Related Instructions
----------------------------