2023-07-12 04:48:16 -04:00
BluFi API
2016-12-27 23:02:43 -05:00
=========
Overview
--------
2023-07-12 04:48:16 -04:00
BluFi is a profile based GATT to config ESP32 Wi-Fi to connect/disconnect AP or setup a softap and etc.
2017-05-02 04:36:01 -04:00
Use should concern these things:
2017-01-10 22:04:41 -05:00
1. The event sent from profile. Then you need to do something as the event indicate.
2016-12-23 11:28:47 -05:00
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.
2016-12-27 23:02:43 -05:00
2024-07-17 06:42:39 -04:00
Application Examples
--------------------
2016-12-27 23:02:43 -05:00
2024-07-17 06:42:39 -04:00
- :example: `bluetooth/blufi` how to use the Blufi function to configure the Wi-Fi connection to an AP via a Bluetooth channel on {IDF_TARGET_NAME}.
2016-12-27 23:02:43 -05:00
API Reference
-------------
2019-11-12 22:46:16 -05:00
.. include-build-file :: inc/esp_blufi_api.inc