ESP-IDF
ble_gap_update_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_gap_update_entry_free()
ble_gap_update_entry_free() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_gap.c:296
static
void
ble_gap_update_entry_free
(
struct
ble_gap_update_entry
*
entry
)
;
Implemented in
ble_gap.c:7657
Arguments
Argument
entry
Related Functions
Found 1 other functions taking a
ble_gap_update_entry
argument:
Function
ble_gap_update_entry_find()
Examples
References
from
examples
Code
Location
Referrer
ble_gap_update_entry_free
(
struct
ble_gap_update_entry
*
entry
)
ble_gap.c:7658
static
void
ble_gap_update_entry_free
(
struct
ble_gap_update_entry
*
entry
)
;
ble_gap.c:296
ble_gap_update_entry_free
(
entry
)
;
ble_gap.c:1515
ble_gap_update_failed()
ble_gap_update_entry_free
(
entry
)
;
ble_gap.c:1550
ble_gap_conn_broken()
ble_gap_update_entry_free
(
entry
)
;
ble_gap.c:1687
ble_gap_rx_update_complete()
ble_gap_update_entry_free
(
entry
)
;
ble_gap.c:3000
ble_gap_update_timer()
ble_gap_update_entry_free
(
entry
)
;
ble_gap.c:7730
ble_gap_update_l2cap_cb()
ble_gap_update_entry_free
(
entry
)
;
ble_gap.c:7956
ble_gap_update_params()
Call Tree
from
examples
ble_gap_update_entry_free()
is called by 6 functions and calls 1 function:
ble_gap_update_failed()
ble_gap_conn_broken()
ble_gap_rx_update_complete()
ble_gap_update_timer()
ble_gap_update_l2cap_cb()
ble_gap_update_params()
All items filtered out
ble_gap_update_entry_free()
os_memblock_put()
All items filtered out
Data Use
from
examples
ble_gap_update_entry_free()
:
All items filtered out
ble_gap_update_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