ESP-IDF
bt_mesh_prov_link::
::buf
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
bt_mesh_prov_link::
::buf
bt_mesh_prov_link::
::buf field
Syntax
Show:
Summary
Declaration
from
prov_common.h:275
struct
net_buf
*
buf
[
3
]
;
Examples
References
from
examples
Code
Location
Referrer
struct
net_buf
*
buf
[
3
]
;
/* Pending outgoing buffer(s) */
prov_common.h:275
for
(
size_t
i
=
0
;
i
<
ARRAY_SIZE
(
link
->
tx
.
buf
)
;
i
++
)
{
prov_common.c:352
free_segments()
struct
net_buf
*
buf
=
link
->
tx
.
buf
[
i
]
;
prov_common.c:353
free_segments()
link
->
tx
.
buf
[
i
]
=
NULL
;
prov_common.c:359
free_segments()
if
(
!
link
->
tx
.
buf
[
0
]
)
{
prov_common.c:385
buf_sent()
for
(
size_t
i
=
0
;
i
<
ARRAY_SIZE
(
link
->
tx
.
buf
)
;
i
++
)
{
prov_common.c:470
prov_retransmit()
struct
net_buf
*
buf
=
link
->
tx
.
buf
[
i
]
;
prov_common.c:471
prov_retransmit()
if
(
i
+
1
<
ARRAY_SIZE
(
link
->
tx
.
buf
)
&&
link
->
tx
.
buf
[
i
+
1
]
)
{
prov_common.c:483
prov_retransmit()
for
(
size_t
i
=
0
;
i
<
ARRAY_SIZE
(
link
->
tx
.
buf
)
;
i
++
)
{
prov_common.c:504
send_reliable()
struct
net_buf
*
buf
=
link
->
tx
.
buf
[
i
]
;
prov_common.c:505
send_reliable()
if
(
i
+
1
<
ARRAY_SIZE
(
link
->
tx
.
buf
)
&&
link
->
tx
.
buf
[
i
+
1
]
)
{
prov_common.c:511
send_reliable()
link
->
tx
.
buf
[
0
]
=
buf
;
prov_common.c:540
bt_mesh_prov_bearer_ctl_send()
link
->
tx
.
buf
[
0
]
=
start
;
prov_common.c:596
bt_mesh_prov_send_adv()
if
(
seg_id
>=
ARRAY_SIZE
(
link
->
tx
.
buf
)
)
{
prov_common.c:608
bt_mesh_prov_send_adv()
link
->
tx
.
buf
[
seg_id
]
=
buf
;
prov_common.c:620
bt_mesh_prov_send_adv()
if
(
!
prov_link
.
tx
.
buf
[
0
]
)
{
prov_node.c:1251
gen_prov_ack()
if
(
!
link
->
tx
.
buf
[
0
]
)
{
prov_pvnr.c:2488
gen_prov_ack()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::
::buf
is read by 7 functions:
All items filtered out
bt_mesh_prov_link::
::buf
free_segments()
buf_sent()
prov_retransmit()
send_reliable()
bt_mesh_prov_bearer_ctl_send()
bt_mesh_prov_send_adv()
gen_prov_ack()
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