ESP-IDF
ble_gap_update_entry_find()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
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_find()
ble_gap_update_entry_find() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_gap.c:299
static
struct
ble_gap_update_entry
*
ble_gap_update_entry_find
(
uint16_t
conn_handle
,
struct
ble_gap_update_entry
*
*
out_prev
)
;
Implemented in
ble_gap.c:7671
Arguments
Argument
conn_handle
out_prev
Examples
References
from
examples
Code
Location
Referrer
ble_gap_update_entry_find
(
uint16_t
conn_handle
,
ble_gap.c:7672
ble_gap_update_entry_find
(
uint16_t
conn_handle
,
ble_gap.c:300
entry
=
ble_gap_update_entry_find
(
conn_handle
,
NULL
)
;
ble_gap.c:1671
ble_gap_rx_update_complete()
entry
=
ble_gap_update_entry_find
(
conn_handle
,
&
prev
)
;
ble_gap.c:7702
ble_gap_update_entry_remove()
dup
=
ble_gap_update_entry_find
(
conn_handle
,
NULL
)
;
ble_gap.c:7906
ble_gap_update_params()
Call Tree
from
examples
ble_gap_update_entry_find()
is called by 3 functions:
ble_gap_rx_update_complete()
ble_gap_update_entry_remove()
ble_gap_update_params()
All items filtered out
ble_gap_update_entry_find()
All items filtered out
Data Use
from
examples
ble_gap_update_entry_find()
reads 2 variables:
ble_gap_update_entry::next
ble_gap_update_entry::conn_handle
All items filtered out
ble_gap_update_entry_find()
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