ESP-IDF
ble_l2cap_chan::rx_buf
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::rx_buf
ble_l2cap_chan::rx_buf field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:85
struct
os_mbuf
*
rx_buf
;
Examples
References
from
examples
Code
Location
Referrer
struct
os_mbuf
*
rx_buf
;
ble_l2cap_priv.h:85
return
ble_att_rx_extended
(
conn_handle
,
chan
->
scid
,
&
chan
->
rx_buf
)
;
ble_att.c:587
ble_att_rx()
os_mbuf_free_chain
(
chan
->
rx_buf
)
;
ble_l2cap.c:83
ble_l2cap_chan_free()
os_mbuf_free_chain
(
chan
->
rx_buf
)
;
ble_l2cap.c:262
ble_l2cap_remove_rx()
chan
->
rx_buf
=
NULL
;
ble_l2cap.c:263
ble_l2cap_remove_rx()
m
=
os_mbuf_pack_chains
(
chan
->
rx_buf
,
frag
)
;
ble_l2cap.c:274
ble_l2cap_append_rx()
if
(
chan
->
rx_buf
==
NULL
)
{
ble_l2cap.c:292
ble_l2cap_rx_payload()
chan
->
rx_buf
=
om
;
ble_l2cap.c:294
ble_l2cap_rx_payload()
len_diff
=
OS_MBUF_PKTLEN
(
chan
->
rx_buf
)
-
chan
->
rx_len
;
ble_l2cap.c:301
ble_l2cap_rx_payload()
if
(
chan
->
rx_buf
!=
NULL
)
{
ble_l2cap.c:419
ble_l2cap_rx()
if
(
chan
==
NULL
||
chan
->
rx_buf
==
NULL
)
{
ble_l2cap.c:440
ble_l2cap_rx()
om
=
&
chan
->
rx_buf
;
ble_l2cap_coc.c:191
ble_l2cap_coc_rx_fn()
om
=
&
chan
->
rx_buf
;
ble_l2cap_sig.c:1828
ble_l2cap_sig_rx()
om
=
&
chan
->
rx_buf
;
ble_sm.c:2943
ble_sm_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_chan::rx_buf
is written by 2 functions and is read by 5 functions:
ble_l2cap_remove_rx()
ble_l2cap_rx_payload()
All items filtered out
ble_l2cap_chan::rx_buf
ble_l2cap_chan_free()
ble_l2cap_remove_rx()
ble_l2cap_append_rx()
ble_l2cap_rx_payload()
ble_l2cap_rx()
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