ESP-IDF
ble_gatts_clt_cfg_mem
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gatts_clt_cfg_mem
ble_gatts_clt_cfg_mem variable
Syntax
Show:
Summary
Declaration
from
ble_gatts.c:92
static
os_membuf_t
*
ble_gatts_clt_cfg_mem
;
Examples
References
from
examples
Code
Location
Referrer
static
os_membuf_t
*
ble_gatts_clt_cfg_mem
;
ble_gatts.c:92
nimble_platform_mem_free
(
ble_gatts_clt_cfg_mem
)
;
ble_gatts.c:1598
ble_gatts_free_mem()
ble_gatts_clt_cfg_mem
=
NULL
;
ble_gatts.c:1599
ble_gatts_free_mem()
ble_gatts_clt_cfg_mem
=
nimble_platform_mem_malloc
(
ble_gatts.c:1662
ble_gatts_start()
if
(
ble_gatts_clt_cfg_mem
==
NULL
)
{
ble_gatts.c:1665
ble_gatts_start()
ble_gatts_clt_cfg_mem
,
ble_gatts.c:1719
ble_gatts_start()
ble_gatts_clt_cfg_size
(
)
,
ble_gatts_clt_cfg_mem
,
ble_gatts.c:1724
ble_gatts_start()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gatts_clt_cfg_mem
is written by 2 functions and is read by 2 functions:
ble_gatts_free_mem()
ble_gatts_start()
All items filtered out
ble_gatts_clt_cfg_mem
ble_gatts_free_mem()
ble_gatts_start()
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