ESP-IDF
gatt_cl_start_config_ccc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gatt_cl_start_config_ccc()
gatt_cl_start_config_ccc() function
* Function gatt_cl_start_config_ccc * Description Gatt profile start configure service change CCC * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
gatt_attr.c:65
static
void
gatt_cl_start_config_ccc
(
tGATT_PROFILE_CLCB
*
p_clcb
)
;
Implemented in
gatt_attr.c:604
Arguments
Argument
p_clcb
Related Functions
Found 1 other functions taking a
tGATT_PROFILE_CLCB
argument:
Function
Description
gatt_profile_clcb_dealloc()
* Function gatt_profile_clcb_dealloc * Description The function deallocates a GATT profile connection link control block * Returns void
Examples
References
from
examples
Code
Location
Referrer
static
void
gatt_cl_start_config_ccc
(
tGATT_PROFILE_CLCB
*
p_clcb
)
gatt_attr.c:604
static
void
gatt_cl_start_config_ccc
(
tGATT_PROFILE_CLCB
*
p_clcb
)
;
gatt_attr.c:65
gatt_cl_start_config_ccc
(
p_clcb
)
;
gatt_attr.c:564
gatt_disc_cmpl_cback()
gatt_cl_start_config_ccc
(
p_clcb
)
;
gatt_attr.c:696
GATT_ConfigServiceChangeCCC()
Call Tree
from
examples
gatt_cl_start_config_ccc()
is called by 2 functions and calls 4 functions:
gatt_disc_cmpl_cback()
GATT_ConfigServiceChangeCCC()
All items filtered out
gatt_cl_start_config_ccc()
esp_log_timestamp()
esp_log_write()
GATTC_Discover()
GATTC_Write()
All items filtered out
Data Use
from
examples
gatt_cl_start_config_ccc()
reads 15 variables and writes 6 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
tBT_UUID::uu
tGATT_VALUE::value
::GATT_DISC_SRVC_BY_UUID
::GATT_DISC_CHAR
::GATT_DISC_CHAR_DSCPT
tGATT_DISC_PARAM::service
::GATT_WRITE
tGATT_PROFILE_CLCB::conn_id
tGATT_PROFILE_CLCB::ccc_stage
tGATT_PROFILE_CLCB::s_handle
tGATT_PROFILE_CLCB::e_handle
tGATT_CB::trace_level
gatt_cb
All items filtered out
gatt_cl_start_config_ccc()
tBT_UUID::len
tBT_UUID::
::uuid16
tGATT_VALUE::handle
tGATT_VALUE::len
tGATT_DISC_PARAM::s_handle
tGATT_DISC_PARAM::e_handle
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