ESP-IDF
BT_MESH_ADDR_UNASSIGNED
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_ADDR_UNASSIGNED
BT_MESH_ADDR_UNASSIGNED macro
Syntax
Show:
Summary
Declaration
from
access.h:27
#define
BT_MESH_ADDR_UNASSIGNED
0x0000
Examples
References
from
examples
Code
Location
#define
BT_MESH_ADDR_UNASSIGNED
0x0000
access.h:27
if
(
pub
->
addr
==
BT_MESH_ADDR_UNASSIGNED
||
access.c:231
dev_primary_addr
=
BT_MESH_ADDR_UNASSIGNED
;
access.c:397
if
(
pub
->
addr
==
BT_MESH_ADDR_UNASSIGNED
)
{
access.c:748
mod
->
pub
->
addr
!=
BT_MESH_ADDR_UNASSIGNED
)
{
access.c:1256
if
(
mod
->
groups
[
i
]
!=
BT_MESH_ADDR_UNASSIGNED
)
{
access.c:1270
BT_MESH_ADDR_UNASSIGNED
}
,
\
access.h:196
BT_MESH_ADDR_UNASSIGNED
}
,
\
access.h:221
if
(
pub_addr
==
BT_MESH_ADDR_UNASSIGNED
)
{
cfg_srv.c:200
if
(
model
->
pub
->
addr
==
BT_MESH_ADDR_UNASSIGNED
)
{
cfg_srv.c:201
model
->
pub
->
addr
=
BT_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:205
_mod_pub_set
(
model
,
BT_MESH_ADDR_UNASSIGNED
,
cfg_srv.c:325
if
(
mod
->
groups
[
i
]
!=
BT_MESH_ADDR_UNASSIGNED
)
{
cfg_srv.c:904
mod
->
groups
[
i
]
=
BT_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:905
mod
->
groups
[
i
]
=
BT_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:914
entry
=
bt_mesh_model_find_group
(
&
mod
,
BT_MESH_ADDR_UNASSIGNED
)
;
cfg_srv.c:1089
*
match
=
BT_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:1171
BT_MESH_ADDR_UNASSIGNED
,
mod_id
,
vnd
)
;
cfg_srv.c:1314
if
(
mod
->
groups
[
i
]
==
BT_MESH_ADDR_UNASSIGNED
)
{
cfg_srv.c:1333
sub_addr
=
BT_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:1510
sub_addr
=
BT_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:1517
entry
=
bt_mesh_model_find_group
(
&
mod
,
BT_MESH_ADDR_UNASSIGNED
)
;
cfg_srv.c:1535
sub_addr
=
BT_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:1593
sub_addr
=
BT_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:1600
if
(
sub_addr
==
BT_MESH_ADDR_UNASSIGNED
)
{
cfg_srv.c:1606
*
match
=
BT_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:1616
uint16_t
elem_addr
,
sub_addr
=
BT_MESH_ADDR_UNASSIGNED
;
cfg_srv.c:1636
if
(
sub
.
src
==
BT_MESH_ADDR_UNASSIGNED
||
!
period_log
)
{
cfg_srv.c:2523
if
(
sub
.
src
!=
BT_MESH_ADDR_UNASSIGNED
&&
cfg_srv.c:2535
sub
.
dst
!=
BT_MESH_ADDR_UNASSIGNED
&&
!
period
)
{
cfg_srv.c:2536
if
(
frnd
->
lpn
==
BT_MESH_ADDR_UNASSIGNED
)
{
friend.c:82
if
(
frnd
->
sub_list
[
i
]
==
BT_MESH_ADDR_UNASSIGNED
)
{
friend.c:285
frnd
->
sub_list
[
i
]
=
BT_MESH_ADDR_UNASSIGNED
;
friend.c:300
if
(
frnd
->
clear
.
frnd
==
BT_MESH_ADDR_UNASSIGNED
)
{
friend.c:818
frnd
->
clear
.
frnd
=
BT_MESH_ADDR_UNASSIGNED
;
friend.c:828
frnd
->
clear
.
frnd
=
BT_MESH_ADDR_UNASSIGNED
;
friend.c:881
if
(
sub
.
dst
==
BT_MESH_ADDR_UNASSIGNED
)
{
heartbeat.c:39
if
(
!
tx
.
sub
||
pub
.
dst
==
BT_MESH_ADDR_UNASSIGNED
)
{
heartbeat.c:105
pub
.
dst
=
BT_MESH_ADDR_UNASSIGNED
;
heartbeat.c:161
pub
.
dst
=
BT_MESH_ADDR_UNASSIGNED
;
heartbeat.c:216
if
(
!
new_pub
||
new_pub
->
dst
==
BT_MESH_ADDR_UNASSIGNED
)
{
heartbeat.c:226
if
(
src
!=
BT_MESH_ADDR_UNASSIGNED
&&
!
BT_MESH_ADDR_IS_UNICAST
(
src
)
)
{
heartbeat.c:274
if
(
src
==
BT_MESH_ADDR_UNASSIGNED
||
dst
==
BT_MESH_ADDR_UNASSIGNED
)
{
heartbeat.c:293
sub
.
src
=
BT_MESH_ADDR_UNASSIGNED
;
heartbeat.c:294
sub
.
dst
=
BT_MESH_ADDR_UNASSIGNED
;
heartbeat.c:295
if
(
pub
.
dst
==
BT_MESH_ADDR_UNASSIGNED
)
{
heartbeat.c:335
ack
->
dst
=
BT_MESH_ADDR_UNASSIGNED
;
msg.c:40
rx
->
ctx
.
recv_dst
==
BT_MESH_ADDR_UNASSIGNED
)
{
net.c:798
msg_cache
[
rx
.
msg_cache_idx
]
.
src
=
BT_MESH_ADDR_UNASSIGNED
;
net.c:856
if
(
addr
==
BT_MESH_ADDR_UNASSIGNED
)
{
proxy_srv.c:135
if
(
client
->
filter
[
i
]
==
BT_MESH_ADDR_UNASSIGNED
)
{
proxy_srv.c:146
if
(
addr
==
BT_MESH_ADDR_UNASSIGNED
)
{
proxy_srv.c:159
client
->
filter
[
i
]
=
BT_MESH_ADDR_UNASSIGNED
;
proxy_srv.c:165
tx
.
ctx
->
addr
=
BT_MESH_ADDR_UNASSIGNED
;
proxy_srv.c:184
if
(
client
->
filter
[
i
]
!=
BT_MESH_ADDR_UNASSIGNED
)
{
proxy_srv.c:197
tx
->
src
=
BT_MESH_ADDR_UNASSIGNED
;
transport.c:273
tx
->
dst
=
BT_MESH_ADDR_UNASSIGNED
;
transport.c:274
if
(
tx
->
ctx
->
addr
==
BT_MESH_ADDR_UNASSIGNED
||
transport.c:663
if
(
tx
->
ctx
->
addr
==
BT_MESH_ADDR_UNASSIGNED
||
transport.c:1042
rx
->
src
=
BT_MESH_ADDR_UNASSIGNED
;
transport.c:1138
rx
->
dst
=
BT_MESH_ADDR_UNASSIGNED
;
transport.c:1139
va
->
addr
=
BT_MESH_ADDR_UNASSIGNED
;
transport.c:1741
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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