ESP-IDF
characteristic_free()
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
characteristic_free()
characteristic_free() function
Syntax
Show:
Summary
Declaration
from
bta_gattc_cache.c:197
static
void
characteristic_free
(
void
*
ptr
)
;
Arguments
Argument
ptr
Examples
References
from
examples
Code
Location
Referrer
static
void
characteristic_free
(
void
*
ptr
)
bta_gattc_cache.c:197
p_new_srvc
->
characteristics
=
list_new
(
characteristic_free
)
;
bta_gattc_cache.c:281
bta_gattc_add_srvc_to_cache()
Call Tree
from
examples
characteristic_free()
calls 2 functions:
All items filtered out
characteristic_free()
free()
list_free()
All items filtered out
Data Use
from
examples
characteristic_free()
reads 1 variable and writes 1 variable:
tBTA_GATTC_CHARACTERISTIC::descriptors
All items filtered out
characteristic_free()
bta_gattc_add_srvc_to_cache()
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
characteristic_free()
allocates 1 types:
tBTA_GATTC_CHARACTERISTIC
All items filtered out
characteristic_free()
All items filtered out