ESP-IDF
ble_gatts_clt_cfg_free()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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
ble_gatts_clt_cfg_free()
ble_gatts_clt_cfg_free() function
Syntax
Show:
Summary
Declaration
from
ble_gatts.c:169
static
void
ble_gatts_clt_cfg_free
(
struct
ble_gatts_clt_cfg
*
cfg
)
;
Arguments
Argument
cfg
Related Functions
Found 3 other functions taking a
ble_gatts_clt_cfg
argument:
Function
Description
ble_gatts_clt_cfg_find()
ble_gatts_clt_cfg_find_idx()
ble_gatts_schedule_update()
Schedules a notification or indication for the specified peer-CCCD pair. If the update should be sent immediately, it is indicated in the return code.
Examples
References
from
examples
Code
Location
Referrer
ble_gatts_clt_cfg_free
(
struct
ble_gatts_clt_cfg
*
cfg
)
ble_gatts.c:170
ble_gatts_clt_cfg_free
(
clt_cfg
)
;
ble_gatts.c:1557
ble_gatts_connection_broken()
ble_gatts_clt_cfg_free
(
clt_cfg
)
;
ble_gatts.c:1594
ble_gatts_free_mem()
ble_gatts_clt_cfg_free
(
clt_cfg
)
;
ble_gatts.c:1827
ble_gatts_conn_init()
ble_gatts_clt_cfg_free
(
cfg
)
;
ble_gatts.c:2787
ble_gatts_remove_clt_cfg()
Call Tree
from
examples
ble_gatts_clt_cfg_free()
is called by 4 functions and calls 3 functions:
ble_gatts_connection_broken()
ble_gatts_free_mem()
ble_gatts_conn_init()
ble_gatts_remove_clt_cfg()
All items filtered out
ble_gatts_clt_cfg_free()
os_memblock_put()
os_memblock_from()
bt_osi_mem_free()
All items filtered out
Data Use
from
examples
ble_gatts_clt_cfg_free()
:
All items filtered out
ble_gatts_clt_cfg_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