ESP-IDF
ble_hs_conn::bhc_cb_arg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_hs_conn::bhc_cb_arg
ble_hs_conn::bhc_cb_arg field
Syntax
Show:
Summary
Declaration
from
ble_hs_conn_priv.h:101
void
*
bhc_cb_arg
;
Examples
References
from
examples
Code
Location
Referrer
void
*
bhc_cb_arg
;
ble_hs_conn_priv.h:101
snap
->
cb_arg
=
conn
->
bhc_cb_arg
;
ble_gap.c:534
ble_gap_conn_to_snapshot()
*
out_cb_arg
=
conn
->
bhc_cb_arg
;
ble_gap.c:703
ble_gap_extract_conn_cb()
conn
->
bhc_cb_arg
=
ble_gap_master
.
cb_arg
;
ble_gap.c:2651
ble_gap_rx_conn_complete()
conn
->
bhc_cb_arg
=
ble_gap_slave
[
instance
]
.
cb_arg
;
ble_gap.c:2668
ble_gap_rx_conn_complete()
conn
->
bhc_cb_arg
=
cb_arg
;
ble_gap.c:3018
ble_gap_set_event_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_conn::bhc_cb_arg
is written by 2 functions and is read by 2 functions:
ble_gap_rx_conn_complete()
ble_gap_set_event_cb()
All items filtered out
ble_hs_conn::bhc_cb_arg
ble_gap_conn_to_snapshot()
ble_gap_extract_conn_cb()
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