ESP-IDF
BT_MESH_KEY_UNUSED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_KEY_UNUSED
BT_MESH_KEY_UNUSED macro
Syntax
Show:
Summary
Declaration
from
access.h:33
#define
BT_MESH_KEY_UNUSED
0xffff
Examples
References
from
examples
Code
Location
#define
BT_MESH_KEY_UNUSED
0xffff
access.h:33
mod
->
keys
[
i
]
=
BT_MESH_KEY_UNUSED
;
access.c:336
BT_MESH_KEY_UNUSED
}
,
\
access.h:193
BT_MESH_KEY_UNUSED
}
,
\
access.h:219
.
app_idx
=
BT_MESH_KEY_UNUSED
,
app_keys.c:61
.
net_idx
=
BT_MESH_KEY_UNUSED
,
app_keys.c:62
if
(
!
app
&&
apps
[
i
]
.
app_idx
==
BT_MESH_KEY_UNUSED
)
{
app_keys.c:210
app
->
net_idx
=
BT_MESH_KEY_UNUSED
;
app_keys.c:228
app
->
app_idx
=
BT_MESH_KEY_UNUSED
;
app_keys.c:229
if
(
app
->
app_idx
==
BT_MESH_KEY_UNUSED
)
{
app_keys.c:260
if
(
net_idx
!=
BT_MESH_KEY_UNUSED
&&
app
->
net_idx
!=
net_idx
)
{
app_keys.c:347
if
(
net_idx
!=
BT_MESH_KEY_UNUSED
&&
!
bt_mesh_subnet_get
(
net_idx
)
)
{
app_keys.c:398
if
(
net_idx
!=
BT_MESH_KEY_UNUSED
&&
net_idx
!=
app
->
net_idx
)
{
app_keys.c:410
if
(
app
->
app_idx
==
BT_MESH_KEY_UNUSED
)
{
app_keys.c:473
return
BT_MESH_KEY_UNUSED
;
app_keys.c:592
if
(
app
->
app_idx
==
BT_MESH_KEY_UNUSED
)
{
app_keys.c:599
return
BT_MESH_KEY_UNUSED
;
app_keys.c:625
if
(
app
->
app_idx
!=
BT_MESH_KEY_UNUSED
)
{
app_keys.c:634
if
(
model
->
keys
[
i
]
==
BT_MESH_KEY_UNUSED
)
{
cfg_srv.c:289
model
->
keys
[
i
]
=
BT_MESH_KEY_UNUSED
;
cfg_srv.c:318
if
(
mod
->
keys
[
i
]
!=
BT_MESH_KEY_UNUSED
)
{
cfg_srv.c:2117
adv_pool
[
id
]
.
app_idx
=
BT_MESH_KEY_UNUSED
;
friend.c:71
if
(
FRIEND_ADV
(
buf
)
->
app_idx
==
BT_MESH_KEY_UNUSED
)
{
friend.c:437
if
(
FRIEND_ADV
(
buf
)
->
app_idx
!=
BT_MESH_KEY_UNUSED
)
{
friend.c:494
FRIEND_ADV
(
buf
)
->
app_idx
=
BT_MESH_KEY_UNUSED
;
friend.c:505
.
app_idx
=
BT_MESH_KEY_UNUSED
,
friend.c:792
info
.
ctl
=
(
tx
->
ctx
->
app_idx
==
BT_MESH_KEY_UNUSED
)
;
friend.c:1491
.
app_idx
=
BT_MESH_KEY_UNUSED
,
heartbeat.c:91
pub
.
net_idx
=
BT_MESH_KEY_UNUSED
;
heartbeat.c:348
.
app_idx
=
BT_MESH_KEY_UNUSED
,
net.c:379
const
bool
ctl
=
(
tx
->
ctx
->
app_idx
==
BT_MESH_KEY_UNUSED
)
;
net.c:420
rx
->
ctx
.
app_idx
=
BT_MESH_KEY_UNUSED
;
net.c:779
if
(
sub
->
net_idx
==
BT_MESH_KEY_UNUSED
)
{
proxy_srv.c:509
.
net_idx
=
BT_MESH_KEY_UNUSED
,
subnet.c:59
if
(
!
sub
&&
subnets
[
i
]
.
net_idx
==
BT_MESH_KEY_UNUSED
)
{
subnet.c:276
sub
->
net_idx
=
BT_MESH_KEY_UNUSED
;
subnet.c:294
if
(
sub
->
net_idx
==
BT_MESH_KEY_UNUSED
)
{
subnet.c:586
if
(
subnets
[
i
]
.
net_idx
==
BT_MESH_KEY_UNUSED
)
{
subnet.c:663
if
(
subnets
[
i
]
.
net_idx
==
BT_MESH_KEY_UNUSED
)
{
subnet.c:680
if
(
sub
->
net_idx
!=
BT_MESH_KEY_UNUSED
)
{
subnet.c:705
if
(
sub
->
net_idx
!=
BT_MESH_KEY_UNUSED
)
{
subnet.c:723
if
(
rx
->
sub
->
net_idx
==
BT_MESH_KEY_UNUSED
)
{
subnet.c:792
.
app_idx
=
(
tx
->
ctl
?
BT_MESH_KEY_UNUSED
:
0
)
,
transport.c:385
if
(
rx
->
ctx
.
app_idx
==
BT_MESH_KEY_UNUSED
)
{
transport.c:774
tx
->
ctx
->
app_idx
=
BT_MESH_KEY_UNUSED
;
transport.c:1040
.
app_idx
=
BT_MESH_KEY_UNUSED
,
transport.c:1066
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