ESP-IDF
ble_l2cap_chan::cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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
ble_l2cap_chan::cb field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:108
ble_l2cap_event_fn
*
cb
;
Examples
References
from
examples
Code
Location
Referrer
ble_l2cap_event_fn
*
cb
;
ble_l2cap_priv.h:108
chan
->
cb
(
&
event
,
chan
->
cb_arg
)
;
ble_l2cap_coc.c:178
ble_l2cap_event_coc_received_data()
chan
->
cb
=
cb
;
ble_l2cap_coc.c:341
ble_l2cap_coc_chan_alloc()
if
(
!
chan
->
cb
)
{
ble_l2cap_coc.c:398
ble_l2cap_event_coc_disconnected()
chan
->
cb
(
&
event
,
chan
->
cb_arg
)
;
ble_l2cap_coc.c:406
ble_l2cap_event_coc_disconnected()
if
(
!
chan
->
cb
)
{
ble_l2cap_coc.c:435
ble_l2cap_event_coc_unstalled()
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()
if
(
!
chan
||
!
chan
->
cb
)
{
ble_l2cap_sig.c:701
ble_l2cap_sig_coc_connect_cb()
chan
->
cb
=
NULL
;
ble_l2cap_sig.c:733
ble_l2cap_sig_coc_connect_cb()
chan
->
cb
=
NULL
;
ble_l2cap_sig.c:1242
ble_l2cap_sig_coc_req_rx()
if
(
!
chan
->
cb
)
{
ble_l2cap_sig.c:1644
ble_l2cap_sig_coc_disconnect_cb()
Call Tree
from
examples
ble_l2cap_chan::cb
is called by 5 functions:
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
ble_l2cap_chan::cb
All items filtered out
Data Use
from
examples
ble_l2cap_chan::cb
is written by 3 functions and is read by 4 functions:
ble_l2cap_coc_chan_alloc()
ble_l2cap_sig_coc_connect_cb()
ble_l2cap_sig_coc_req_rx()
All items filtered out
ble_l2cap_chan::cb
ble_l2cap_event_coc_disconnected()
ble_l2cap_event_coc_unstalled()
ble_l2cap_sig_coc_connect_cb()
ble_l2cap_sig_coc_disconnect_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