ESP-IDF
ble_gap_snapshot
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
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_snapshot
ble_gap_snapshot struct
Syntax
Show:
Summary
Declaration
from
ble_gap.c:266
struct
ble_gap_snapshot
{
struct
ble_gap_conn_desc
*
desc
;
ble_gap_event_fn
*
cb
;
void
*
cb_arg
;
}
;
Fields
Field
Declared as
ble_gap_snapshot::desc
struct
ble_gap_conn_desc
*
ble_gap_snapshot::cb
ble_gap_event_fn
*
ble_gap_snapshot::cb_arg
void
*
Related Functions
Found 2 other functions taking a
ble_gap_snapshot
argument:
Function
ble_gap_conn_to_snapshot()
ble_gap_find_snapshot()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
ble_gap_snapshot
{
ble_gap.c:266
struct
ble_gap_snapshot
*
snap
)
ble_gap.c:530
ble_gap_conn_to_snapshot()
ble_gap_conn_to_snapshot()::snap
ble_gap_find_snapshot
(
uint16_t
handle
,
struct
ble_gap_snapshot
*
snap
)
ble_gap.c:538
ble_gap_find_snapshot()
ble_gap_find_snapshot()::snap
struct
ble_gap_snapshot
snap
;
ble_gap.c:1526
ble_gap_conn_broken()
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
Instance
Scope
Location
Project
ble_gap_conn_to_snapshot()::snap
ble_gap_conn_to_snapshot()
ble_gap.c:530
ble_gap_find_snapshot()::snap
ble_gap_find_snapshot()
ble_gap.c:538
Lifecycle
from
examples
All items filtered out
All items filtered out