ESP-IDF
gatts_is_auto_response()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gatts_is_auto_response()
gatts_is_auto_response() function
Syntax
Show:
Summary
Declaration
Definition
from
gatt_int.h:762
extern
BOOLEAN
gatts_is_auto_response
(
UINT16
attr_handle
)
;
Implemented in
gatt_db.c:925
Arguments
Argument
attr_handle
Examples
References
from
examples
Code
Location
BOOLEAN
gatts_is_auto_response
(
UINT16
attr_handle
)
gatt_db.c:925
extern
BOOLEAN
gatts_is_auto_response
(
UINT16
attr_handle
)
;
gatt_int.h:762
Call Tree
from
examples
gatts_is_auto_response()
calls 3 functions:
All items filtered out
gatts_is_auto_response()
esp_log_timestamp()
esp_log_write()
gatt_find_hdl_buffer_by_attr_handle()
All items filtered out
Data Use
from
examples
gatts_is_auto_response()
reads 9 variables:
esp_log_level_t::ESP_LOG_DEBUG
tGATTS_ATTR_CONTROL::auto_rsp
tGATT_ATTR16::p_next
tGATT_ATTR16::p_value
tGATT_ATTR16::control
tGATT_ATTR16::handle
tGATT_SVC_DB::p_attr_list
tGATT_CB::trace_level
gatt_cb
All items filtered out
gatts_is_auto_response()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out