ESP-IDF
pb_adv::
::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
pb_adv::
::buf
pb_adv::
::buf field
Syntax
Show:
Summary
Declaration
from
pb_adv.c:88
struct
os_mbuf
*
buf
;
Examples
References
from
examples
Code
Location
Referrer
struct
os_mbuf
*
buf
;
pb_adv.c:88
link
.
rx
.
buf
=
rx_buf
;
pb_adv.c:229
reset_adv_link()
net_buf_simple_reset
(
link
.
rx
.
buf
)
;
pb_adv.c:230
reset_adv_link()
if
(
!
bt_mesh_fcs_check
(
link
.
rx
.
buf
,
link
.
rx
.
fcs
)
)
{
pb_adv.c:279
prov_msg_recv()
link
.
rx
.
buf
->
om_data
[
0
]
)
;
pb_adv.c:288
prov_msg_recv()
link
.
cb
->
recv
(
&
pb_adv
,
link
.
cb_data
,
link
.
rx
.
buf
)
;
pb_adv.c:293
prov_msg_recv()
net_buf_simple_reset
(
link
.
rx
.
buf
)
;
pb_adv.c:369
gen_prov_cont()
memcpy
(
XACT_SEG_DATA
(
seg
)
,
buf
->
om_data
,
buf
->
om_len
)
;
pb_adv.c:396
gen_prov_cont()
expect_len
=
(
link
.
rx
.
buf
->
om_len
-
20U
-
pb_adv.c:402
gen_prov_cont()
net_buf_simple_reset
(
link
.
rx
.
buf
)
;
pb_adv.c:461
gen_prov_start()
link
.
rx
.
buf
->
om_len
=
net_buf_simple_pull_be16
(
buf
)
;
pb_adv.c:462
gen_prov_start()
BT_DBG
(
"%p len %u last_seg %u total_len %u fcs 0x%02x"
,
link
.
rx
.
buf
,
buf
->
om_len
,
pb_adv.c:466
gen_prov_start()
START_LAST_SEG
(
rx
->
gpc
)
,
link
.
rx
.
buf
->
om_len
,
link
.
rx
.
fcs
)
;
pb_adv.c:467
gen_prov_start()
if
(
link
.
rx
.
buf
->
om_len
<
1
)
{
pb_adv.c:469
gen_prov_start()
if
(
START_LAST_SEG
(
rx
->
gpc
)
>
0
&&
link
.
rx
.
buf
->
om_len
<=
20U
)
{
pb_adv.c:475
gen_prov_start()
memcpy
(
link
.
rx
.
buf
->
om_data
,
buf
->
om_data
,
buf
->
om_len
)
;
pb_adv.c:496
gen_prov_start()
net_buf_simple_reset
(
link
.
rx
.
buf
)
;
pb_adv.c:760
link_open()
net_buf_simple_reset
(
link
.
rx
.
buf
)
;
pb_adv.c:852
prov_link_open()
link
.
rx
.
buf
=
rx_buf
;
pb_adv.c:902
pb_adv_init()
net_buf_simple_reset
(
link
.
rx
.
buf
)
;
pb_adv.c:903
pb_adv_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pb_adv::
::buf
is written by 2 functions and is read by 7 functions:
reset_adv_link()
pb_adv_init()
All items filtered out
pb_adv::
::buf
reset_adv_link()
prov_msg_recv()
gen_prov_cont()
gen_prov_start()
link_open()
prov_link_open()
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