ESP-IDF
bt_mesh_friend::
::frnd
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::
::frnd
bt_mesh_friend::
::frnd field
Syntax
Show:
Summary
Declaration
from
net.h:97
uint16_t
frnd
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
frnd
;
/* Previous Friend's address */
net.h:97
if
(
frnd
->
clear
.
frnd
==
prev_friend
)
{
friend.c:767
find_clear()
.
addr
=
frnd
->
clear
.
frnd
,
friend.c:793
send_friend_clear()
if
(
frnd
->
clear
.
frnd
==
BT_MESH_ADDR_UNASSIGNED
)
{
friend.c:818
clear_timeout()
BT_DBG
(
"LPN 0x%04x (old) Friend 0x%04x"
,
frnd
->
lpn
,
frnd
->
clear
.
frnd
)
;
friend.c:823
clear_timeout()
frnd
->
clear
.
frnd
=
BT_MESH_ADDR_UNASSIGNED
;
friend.c:828
clear_timeout()
BT_DBG
(
"LPN 0x%04x (old) Friend 0x%04x"
,
frnd
->
lpn
,
frnd
->
clear
.
frnd
)
;
friend.c:837
clear_procedure_start()
frnd
->
clear
.
frnd
=
BT_MESH_ADDR_UNASSIGNED
;
friend.c:881
bt_mesh_friend_clear_cfm()
frnd
->
clear
.
frnd
=
sys_be16_to_cpu
(
msg
->
prev_addr
)
;
friend.c:1031
bt_mesh_friend_req()
if
(
BT_MESH_ADDR_IS_UNICAST
(
frnd
->
clear
.
frnd
)
&&
friend.c:1044
bt_mesh_friend_req()
!
bt_mesh_has_addr
(
frnd
->
clear
.
frnd
)
)
{
friend.c:1045
bt_mesh_friend_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_friend::
::frnd
is written by 3 functions and is read by 5 functions:
clear_timeout()
bt_mesh_friend_clear_cfm()
bt_mesh_friend_req()
All items filtered out
bt_mesh_friend::
::frnd
find_clear()
send_friend_clear()
clear_timeout()
clear_procedure_start()
bt_mesh_friend_req()
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