ESP-IDF
gatt_profile_clcb_dealloc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_profile_clcb_dealloc()
gatt_profile_clcb_dealloc() function
* Function gatt_profile_clcb_dealloc * Description The function deallocates a GATT profile connection link control block * Returns void
Syntax
Show:
Summary
Declaration
from
gatt_attr.c:182
void
gatt_profile_clcb_dealloc
(
tGATT_PROFILE_CLCB
*
p_clcb
)
;
Arguments
Argument
p_clcb
Related Functions
Found 1 other functions taking a
tGATT_PROFILE_CLCB
argument:
Function
Description
gatt_cl_start_config_ccc()
* Function gatt_cl_start_config_ccc * Description Gatt profile start configure service change CCC * Returns void
Examples
References
from
examples
Code
Location
Referrer
void
gatt_profile_clcb_dealloc
(
tGATT_PROFILE_CLCB
*
p_clcb
)
gatt_attr.c:182
gatt_profile_clcb_dealloc
(
p_clcb
)
;
gatt_attr.c:430
gatt_connect_cback()
Call Tree
from
examples
gatt_profile_clcb_dealloc()
is called by 1 function:
gatt_connect_cback()
All items filtered out
gatt_profile_clcb_dealloc()
All items filtered out
Data Use
from
examples
gatt_profile_clcb_dealloc()
:
All items filtered out
gatt_profile_clcb_dealloc()
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