ESP-IDF
ble_l2cap_chan::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_l2cap_chan::cb_arg
ble_l2cap_chan::cb_arg field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:109
void
*
cb_arg
;
Examples
References
from
examples
Code
Location
Referrer
void
*
cb_arg
;
ble_l2cap_priv.h:109
chan
->
cb
(
&
event
,
chan
->
cb_arg
)
;
ble_l2cap_coc.c:178
ble_l2cap_event_coc_received_data()
chan
->
cb_arg
=
cb_arg
;
ble_l2cap_coc.c:342
ble_l2cap_coc_chan_alloc()
chan
->
cb
(
&
event
,
chan
->
cb_arg
)
;
ble_l2cap_coc.c:406
ble_l2cap_event_coc_disconnected()
chan
->
cb
(
&
event
,
chan
->
cb_arg
)
;
ble_l2cap_coc.c:444
ble_l2cap_event_coc_unstalled()
chan
->
cb
(
&
event
,
chan
->
cb_arg
)
;
ble_l2cap_sig.c:671
ble_l2cap_event_coc_connected()
return
chan
->
cb
(
&
event
,
chan
->
cb_arg
)
;
ble_l2cap_sig.c:684
ble_l2cap_event_coc_accept()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_chan::cb_arg
is written by 1 function and is read by 5 functions:
ble_l2cap_coc_chan_alloc()
All items filtered out
ble_l2cap_chan::cb_arg
ble_l2cap_event_coc_received_data()
ble_l2cap_event_coc_disconnected()
ble_l2cap_event_coc_unstalled()
ble_l2cap_event_coc_connected()
ble_l2cap_event_coc_accept()
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