ESP-IDF
ble_gatts_svc_entry_free()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
ble_gatts_svc_entry_free()
ble_gatts_svc_entry_free() function
Syntax
Show:
Summary
Declaration
from
ble_gatts.c:142
static
void
ble_gatts_svc_entry_free
(
struct
ble_gatts_svc_entry
*
entry
)
;
Arguments
Argument
entry
Related Functions
Found 2 other functions taking a
ble_gatts_svc_entry
argument:
Function
ble_gatts_find_svc_chr_attr()
ble_gatts_register_inc()
Examples
References
from
examples
Code
Location
Referrer
ble_gatts_svc_entry_free
(
struct
ble_gatts_svc_entry
*
entry
)
ble_gatts.c:143
ble_gatts_svc_entry_free
(
entry
)
;
ble_gatts.c:1607
ble_gatts_free_mem()
ble_gatts_svc_entry_free
(
entry
)
;
ble_gatts.c:2940
ble_gatts_remove_svc_entry()
ble_gatts_svc_entry_free
(
entry
)
;
ble_gatts.c:3295
ble_gatts_reset()
Call Tree
from
examples
ble_gatts_svc_entry_free()
is called by 3 functions and calls 3 functions:
ble_gatts_free_mem()
ble_gatts_remove_svc_entry()
ble_gatts_reset()
All items filtered out
ble_gatts_svc_entry_free()
os_memblock_put()
os_memblock_from()
bt_osi_mem_free()
All items filtered out
Data Use
from
examples
ble_gatts_svc_entry_free()
:
All items filtered out
ble_gatts_svc_entry_free()
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