OVMS3-idf/examples/04_ble_adv
Ivan Grokhotkov b936441b9b Startup flow refactoring
This change removes implicit WiFi/BT initialization from startup code.
"main" task is started once essential part of startup code is complete.
This task calls application-provided "int main(void)" function, which can call WiFi/BT init functions if necessary.
2016-09-26 00:50:57 +08:00
..
main Startup flow refactoring 2016-09-26 00:50:57 +08:00
Makefile BLE ADV Demo 2016-09-22 21:15:54 +08:00
README.rst BLE ADV Demo 2016-09-22 21:15:54 +08:00

ESP-IDF ble_advertising app
====================

This is a BLE advertising demo with virtual HCI interface. Send Reset/ADV_PARAM/ADV_DATA/ADV_ENABLE HCI command for BLE advertising.