ESP-IDF
get_rx_buf()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
get_rx_buf()
get_rx_buf() function
Syntax
Show:
Summary
Declaration
from
prov_pvnr.c:1017
static
struct
net_buf_simple
*
get_rx_buf
(
const
uint8_t
idx
)
;
Arguments
Argument
idx
Examples
References
from
examples
Code
Location
Referrer
static
struct
net_buf_simple
*
get_rx_buf
(
const
uint8_t
idx
)
prov_pvnr.c:1017
link
->
rx
.
buf
=
get_rx_buf
(
link
-
prov_links
)
;
prov_pvnr.c:1057
reset_adv_link()
prov_links
[
i
]
.
rx
.
buf
=
get_rx_buf
(
i
)
;
prov_pvnr.c:2802
bt_mesh_provisioner_prov_init()
prov_links
[
i
]
.
rx
.
buf
=
get_rx_buf
(
i
)
;
prov_pvnr.c:2862
bt_mesh_provisioner_prov_reset()
Call Tree
from
examples
get_rx_buf()
is called by 3 functions and calls 1 function:
reset_adv_link()
bt_mesh_provisioner_prov_init()
bt_mesh_provisioner_prov_reset()
All items filtered out
get_rx_buf()
net_buf_simple_reset()
All items filtered out
Data Use
from
examples
get_rx_buf()
reads 2 variables:
prov_rx_buf::buf
rx_buf
All items filtered out
get_rx_buf()
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