| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- BT MAIN API
- ===========
- Overview
- --------
- `Instructions`_
- Application Example
- -------------------
- `Instructions`_
- .. _Instructions: ../template.html
- API Reference
- -------------
- Header Files
- ^^^^^^^^^^^^
- * :component_file:`bt/bluedroid/api/include/esp_bt_main.h`
- Macros
- ^^^^^^
- Type Definitions
- ^^^^^^^^^^^^^^^^
- Enumerations
- ^^^^^^^^^^^^
- .. doxygenenum:: esp_bluedroid_status_t
- Structures
- ^^^^^^^^^^
- Functions
- ^^^^^^^^^
- .. doxygenfunction:: esp_bluedroid_get_status
- .. doxygenfunction:: esp_bluedroid_enable
- .. doxygenfunction:: esp_bluedroid_disable
- .. doxygenfunction:: esp_bluedroid_init
- .. doxygenfunction:: esp_bluedroid_deinit
|