ESP-IDF
ble_gap_snapshot
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_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
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