ESP-IDF
ble_gap_update_entry
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
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
ble_gap_update_entry struct
Syntax
Show:
Summary
Declaration
from
ble_gap.c:258
struct
ble_gap_update_entry
{
SLIST_ENTRY
(
ble_gap_update_entry
)
next
;
struct
ble_gap_upd_params
params
;
ble_npl_time_t
exp_os_ticks
;
uint16_t
conn_handle
;
}
;
Fields
Field
Declared as
ble_gap_update_entry::next
SLIST_ENTRY
(
ble_gap_update_entry
)
ble_gap_update_entry::params
struct
ble_gap_upd_params
ble_gap_update_entry::exp_os_ticks
ble_npl_time_t
ble_gap_update_entry::conn_handle
uint16_t
Related Functions
Found 2 other functions taking a
ble_gap_update_entry
argument:
Function
ble_gap_update_entry_free()
ble_gap_update_entry_find()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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