Merge branch 'bugfix/btdm_add_some_comment' into 'master'

Component/bt: add some comments

See merge request idf/esp-idf!1949
This commit is contained in:
Jiang Jiang Jian
2018-03-30 14:07:30 +08:00
8 changed files with 32 additions and 15 deletions

View File

@@ -6,6 +6,14 @@
CONDITIONS OF ANY KIND, either express or implied.
*/
/****************************************************************************
* This is a demo for bluetooth config wifi connection to ap. You can config ESP32 to connect a softap
* or config ESP32 as a softap to be connected by other device. APP can be downloaded from github
* android source code: https://github.com/EspressifApp/EspBlufi
* iOS source code: https://github.com/EspressifApp/EspBlufiForiOS
****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>