ESP-IDF
bt_mesh_friend::pending_req
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_friend::pending_req
bt_mesh_friend::pending_req field
Syntax
Show:
Summary
Declaration
from
net.h:181
uint8_t
fsn
:
1
,
send_last
:
1
,
pending_req
:
1
;
Examples
References
from
examples
Code
Location
Referrer
pending_req
:
1
,
net.h:183
pending_req
:
1
,
net.h:63
frnd
->
pending_req
=
0
;
friend.c:183
friend_clear()
frnd
->
pending_req
=
1
;
friend.c:611
friend_recv_delay()
if
(
frnd
->
pending_req
)
{
friend.c:1161
buf_send_end()
if
(
frnd
->
established
&&
!
frnd
->
pending_req
)
{
friend.c:1235
friend_timeout()
frnd
->
pending_req
=
0
;
friend.c:1273
friend_timeout()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_friend::pending_req
is written by 3 functions and is read by 2 functions:
friend_clear()
friend_recv_delay()
friend_timeout()
All items filtered out
bt_mesh_friend::pending_req
buf_send_end()
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