ESP-IDF
ble_gatts_svc_entry_mem
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_svc_entry_mem
ble_gatts_svc_entry_mem variable
Syntax
Show:
Summary
Declaration
from
ble_gatts.c:85
static
void
*
ble_gatts_svc_entry_mem
;
Examples
References
from
examples
Code
Location
Referrer
static
void
*
ble_gatts_svc_entry_mem
;
ble_gatts.c:85
nimble_platform_mem_free
(
ble_gatts_svc_entry_mem
)
;
ble_gatts.c:1610
ble_gatts_free_mem()
ble_gatts_svc_entry_mem
=
NULL
;
ble_gatts.c:1611
ble_gatts_free_mem()
ble_gatts_svc_entry_mem
=
ble_gatts.c:1673
ble_gatts_start()
if
(
ble_gatts_svc_entry_mem
==
NULL
)
{
ble_gatts.c:1675
ble_gatts_start()
ble_gatts_svc_entry_mem
,
"ble_gatts_svc_entry_pool"
)
;
ble_gatts.c:1689
ble_gatts_start()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gatts_svc_entry_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_svc_entry_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