2016-12-27 23:02:43 -05: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 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
Application Example
-------------------
2017-05-02 04:36:01 -04:00
Check :example: `bluetooth` folder in ESP-IDF examples, which contains the following application:
2016-12-27 23:02:43 -05:00
2017-05-02 04:36:01 -04: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-27 23:02:43 -05:00
API Reference
-------------
2017-05-02 04:36:01 -04:00
.. include :: /_build/inc/esp_blufi_api.inc
2016-12-27 23:02:43 -05:00