| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- BT MAIN API
- ===========
- Overview
- --------
- `Instructions`_
- Application Example
- -------------------
- `Instructions`_
- .. _Instructions: template.html
- API Reference
- -------------
- Header Files
- ^^^^^^^^^^^^
- * `bt/bluedroid/api/include/esp_bt_main.h <https://github.com/espressif/esp-idf/blob/master/components/bt/bluedroid/api/include/esp_bt_main.h>`_
- Macros
- ^^^^^^
- Type Definitions
- ^^^^^^^^^^^^^^^^
- Enumerations
- ^^^^^^^^^^^^
- Structures
- ^^^^^^^^^^
- Functions
- ^^^^^^^^^
- .. doxygenfunction:: esp_enable_bluetooth
- .. doxygenfunction:: esp_disable_bluetooth
- .. doxygenfunction:: esp_init_bluetooth
- .. doxygenfunction:: esp_deinit_bluetooth
|