2016-12-28 04:02:43 +00:00
BLUFI API
=========
Overview
--------
BLUFI is a profile based GATT to config ESP32 WIFI to connect/disconnect AP or setup a softap and etc.
2017-05-02 08:36:01 +00:00
Use should concern these things:
2017-01-11 03:04:41 +00:00
1. The event sent from profile. Then you need to do something as the event indicate.
2016-12-23 16:28:47 +00: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-28 04:02:43 +00:00
Application Example
-------------------
2017-05-02 08:36:01 +00:00
Check :example: `bluetooth` folder in ESP-IDF examples, which contains the following application:
2016-12-28 04:02:43 +00:00
2017-05-02 08:36:01 +00:00
* This is a BLUFI demo. This demo can set ESP32's wifi to softap/station/softap&station mode and config wifi connections - :example: `bluetooth/blufi`
2016-12-28 04:02:43 +00:00
API Reference
-------------
2017-05-02 08:36:01 +00:00
.. include :: /_build/inc/esp_blufi_api.inc
2016-12-28 04:02:43 +00:00