ESP-IDF
rx_buf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
rx_buf
rx_buf variable
Syntax
Show:
Summary
Declaration
from
pb_adv.c:122
static
struct
os_mbuf
*
rx_buf
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
os_mbuf
*
rx_buf
;
pb_adv.c:122
if
(
!
rx_buf
)
{
pb_adv.c:226
reset_adv_link()
rx_buf
=
NET_BUF_SIMPLE
(
RX_BUFFER_MAX
)
;
pb_adv.c:227
reset_adv_link()
link
.
rx
.
buf
=
rx_buf
;
pb_adv.c:229
reset_adv_link()
if
(
!
rx_buf
)
{
pb_adv.c:899
pb_adv_init()
rx_buf
=
NET_BUF_SIMPLE
(
RX_BUFFER_MAX
)
;
pb_adv.c:900
pb_adv_init()
link
.
rx
.
buf
=
rx_buf
;
pb_adv.c:902
pb_adv_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rx_buf
is written by 2 functions and is read by 2 functions:
reset_adv_link()
pb_adv_init()
All items filtered out
rx_buf
reset_adv_link()
pb_adv_init()
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