ESP-IDF
bt_mesh_friend::sub_list
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::sub_list
bt_mesh_friend::sub_list field
Syntax
Show:
Summary
Declaration
from
net.h:194
uint16_t
sub_list
[
FRIEND_SUB_LIST_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
sub_list
[
FRIEND_SUB_LIST_SIZE
]
;
net.h:194
uint16_t
sub_list
[
FRIEND_SUB_LIST_SIZE
]
;
net.h:75
memset
(
frnd
->
sub_list
,
0
,
sizeof
(
frnd
->
sub_list
)
)
;
friend.c:184
friend_clear()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
frnd
->
sub_list
)
;
i
++
)
{
friend.c:284
friend_sub_add()
if
(
frnd
->
sub_list
[
i
]
==
BT_MESH_ADDR_UNASSIGNED
)
{
friend.c:285
friend_sub_add()
frnd
->
sub_list
[
i
]
=
addr
;
friend.c:286
friend_sub_add()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
frnd
->
sub_list
)
;
i
++
)
{
friend.c:298
friend_sub_rem()
if
(
frnd
->
sub_list
[
i
]
==
addr
)
{
friend.c:299
friend_sub_rem()
frnd
->
sub_list
[
i
]
=
BT_MESH_ADDR_UNASSIGNED
;
friend.c:300
friend_sub_rem()
off
->
sub_list_size
=
ARRAY_SIZE
(
frnd
->
sub_list
)
,
friend.c:900
enqueue_offer()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
frnd
->
sub_list
)
;
i
++
)
{
friend.c:1533
friend_lpn_matches()
if
(
frnd
->
sub_list
[
i
]
==
addr
)
{
friend.c:1534
friend_lpn_matches()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_friend::sub_list
is read by 5 functions:
All items filtered out
bt_mesh_friend::sub_list
friend_clear()
friend_sub_add()
friend_sub_rem()
enqueue_offer()
friend_lpn_matches()
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