ESP-IDF
ble_gap_update_entry_remove()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
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_remove()
ble_gap_update_entry_remove() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_gap.c:307
static
struct
ble_gap_update_entry
*
ble_gap_update_entry_remove
(
uint16_t
conn_handle
)
;
Implemented in
ble_gap.c:7696
Arguments
Argument
conn_handle
Examples
References
from
examples
Code
Location
Referrer
ble_gap_update_entry_remove
(
uint16_t
conn_handle
)
ble_gap.c:7697
ble_gap_update_entry_remove
(
uint16_t
conn_handle
)
;
ble_gap.c:308
entry
=
ble_gap_update_entry_remove
(
conn_handle
)
;
ble_gap.c:1512
ble_gap_update_failed()
entry
=
ble_gap_update_entry_remove
(
conn_handle
)
;
ble_gap.c:1545
ble_gap_conn_broken()
entry
=
ble_gap_update_entry_remove
(
conn_handle
)
;
ble_gap.c:1686
ble_gap_rx_update_complete()
entry
=
ble_gap_update_entry_remove
(
conn_handle
)
;
ble_gap.c:2992
ble_gap_update_timer()
entry
=
ble_gap_update_entry_remove
(
conn_handle
)
;
ble_gap.c:7726
ble_gap_update_l2cap_cb()
Call Tree
from
examples
ble_gap_update_entry_remove()
is called by 5 functions and calls 2 functions:
ble_gap_update_failed()
ble_gap_conn_broken()
ble_gap_rx_update_complete()
ble_gap_update_timer()
ble_gap_update_l2cap_cb()
All items filtered out
ble_gap_update_entry_remove()
ble_hs_timer_resched()
ble_gap_update_entry_find()
All items filtered out
Data Use
from
examples
ble_gap_update_entry_remove()
reads 1 variable:
ble_gap_update_entry::next
All items filtered out
ble_gap_update_entry_remove()
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