ESP-IDF
bt_mesh_friend::pending_buf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
bt_mesh_friend::pending_buf
bt_mesh_friend::pending_buf field
Syntax
Show:
Summary
Declaration
from
net.h:181
uint8_t
fsn
:
1
,
send_last
:
1
,
pending_req
:
1
,
pending_buf
:
1
;
Examples
References
from
examples
Code
Location
Referrer
pending_buf
:
1
,
net.h:184
pending_buf
:
1
,
net.h:64
frnd
->
pending_buf
=
0
;
friend.c:180
friend_clear()
if
(
frnd
->
pending_buf
)
{
friend.c:633
bt_mesh_friend_sub_add()
if
(
frnd
->
pending_buf
)
{
friend.c:668
bt_mesh_friend_sub_rem()
if
(
frnd
->
pending_buf
)
{
friend.c:726
bt_mesh_friend_poll()
frnd
->
pending_buf
=
0
;
friend.c:1146
buf_send_start()
__ASSERT_NO_MSG
(
frnd
->
pending_buf
==
0
)
;
friend.c:1224
friend_timeout()
frnd
->
pending_buf
=
1
;
friend.c:1274
friend_timeout()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_friend::pending_buf
is written by 3 functions and is read by 4 functions:
friend_clear()
buf_send_start()
friend_timeout()
All items filtered out
bt_mesh_friend::pending_buf
bt_mesh_friend_sub_add()
bt_mesh_friend_sub_rem()
bt_mesh_friend_poll()
friend_timeout()
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