esp_blufi.rst 828 B

12345678910111213141516171819202122232425
  1. BluFi API
  2. =========
  3. Overview
  4. --------
  5. BluFi is a profile based GATT to config ESP32 Wi-Fi to connect/disconnect AP or setup a softap and etc.
  6. Use should concern these things:
  7. 1. The event sent from profile. Then you need to do something as the event indicate.
  8. 2. Security reference. You can write your own Security functions such as symmetrical encryption/decryption and checksum functions. Even you can define the "Key Exchange/Negotiation" procedure.
  9. Application Example
  10. -------------------
  11. Check :example:`bluetooth` folder in ESP-IDF examples, which contains the following application:
  12. * This is the BluFi demo. This demo can set ESP32's Wi-Fi to softap/station/softap&station mode and config Wi-Fi connections - :example:`bluetooth/blufi`
  13. API Reference
  14. -------------
  15. .. include-build-file:: inc/esp_blufi_api.inc