ESP-IDF
ble_l2cap_chan::rx_fn
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::rx_fn
ble_l2cap_chan::rx_fn field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:88
ble_l2cap_rx_fn
*
rx_fn
;
Examples
References
from
examples
Code
Location
Referrer
ble_l2cap_rx_fn
*
rx_fn
;
ble_l2cap_priv.h:88
chan
->
rx_fn
=
ble_att_rx
;
ble_att.c:645
ble_att_create_chan()
*
out_rx_cb
=
chan
->
rx_fn
;
ble_l2cap.c:308
ble_l2cap_rx_payload()
chan
->
rx_fn
=
ble_l2cap_coc_rx_fn
;
ble_l2cap_coc.c:345
ble_l2cap_coc_chan_alloc()
chan
->
rx_fn
=
ble_l2cap_sig_rx
;
ble_l2cap_sig.c:1881
ble_l2cap_sig_create_chan()
chan
->
rx_fn
=
ble_sm_rx
;
ble_sm.c:3154
ble_sm_create_chan()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_chan::rx_fn
is written by 4 functions and is read by 1 function:
ble_sm_create_chan()
ble_att_create_chan()
ble_l2cap_coc_chan_alloc()
ble_l2cap_sig_create_chan()
All items filtered out
ble_l2cap_chan::rx_fn
ble_l2cap_rx_payload()
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
ble_l2cap_chan::rx_fn
implements 4 functionss:
ble_sm_rx()
ble_att_rx()
ble_l2cap_coc_rx_fn()
ble_l2cap_sig_rx()
All items filtered out
ble_l2cap_chan::rx_fn
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out