mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
61 lines
929 B
ReStructuredText
61 lines
929 B
ReStructuredText
GATT DEFINES
|
|
============
|
|
|
|
Overview
|
|
--------
|
|
|
|
`Instructions`_
|
|
|
|
Application Example
|
|
-------------------
|
|
|
|
`Instructions`_
|
|
|
|
.. _Instructions: template.html
|
|
|
|
|
|
API Reference
|
|
-------------
|
|
|
|
Header Files
|
|
^^^^^^^^^^^^
|
|
|
|
* `bt/bluedroid/api/include/esp_gatt_defs.h <https://github.com/espressif/esp-idf/blob/master/components/bt/bluedroid/api/include/esp_gatt_defs.h>`_
|
|
|
|
|
|
Macros
|
|
^^^^^^
|
|
|
|
.. doxygendefine:: ESP_GATT_MAX_ATTR_LEN
|
|
|
|
Type Definitions
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
.. doxygentypedef:: esp_gatt_if_t
|
|
|
|
Enumerations
|
|
^^^^^^^^^^^^
|
|
|
|
.. doxygenenum:: esp_gatt_prep_write_type
|
|
.. doxygenenum:: esp_gatt_status_t
|
|
.. doxygenenum:: esp_gatt_conn_reason_t
|
|
.. doxygenenum:: esp_gatt_auth_req_t
|
|
.. doxygenenum:: esp_gatt_perm_t
|
|
.. doxygenenum:: esp_gatt_char_prop_t
|
|
.. doxygenenum:: esp_gatt_write_type_t
|
|
|
|
Structures
|
|
^^^^^^^^^^
|
|
|
|
.. doxygenstruct:: esp_gatt_value_t
|
|
:members:
|
|
|
|
.. doxygenstruct:: esp_gatt_rsp_t
|
|
:members:
|
|
|
|
|
|
Functions
|
|
^^^^^^^^^
|
|
|
|
|