ESP-IDF
BLE_MESH_KEY_DEV
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
BLE_MESH_KEY_DEV
BLE_MESH_KEY_DEV macro
Syntax
Show:
Summary
Declaration
from
access.h:42
#define
BLE_MESH_KEY_DEV
0xFFFE
Examples
References
from
examples
Code
Location
#define
BLE_MESH_KEY_DEV
0xFFFE
access.h:42
output
->
ctx
.
app_idx
=
use_dev_key
?
BLE_MESH_KEY_DEV
:
input
->
ctx
.
app_idx
;
btc_ble_mesh_model_common.h:28
model
->
keys
[
0
]
=
BLE_MESH_KEY_DEV
;
cfg_cli.c:1262
model
->
keys
[
0
]
=
BLE_MESH_KEY_DEV
;
cfg_srv.c:3610
if
(
app_idx
==
BLE_MESH_KEY_DEV
)
{
transport.c:200
}
else
if
(
tx
->
ctx
->
app_idx
==
BLE_MESH_KEY_DEV
)
{
transport.c:252
}
else
if
(
net_tx
->
ctx
->
app_idx
==
BLE_MESH_KEY_DEV
)
{
transport.c:520
err
=
bt_mesh_app_encrypt
(
key
,
tx
->
ctx
->
app_idx
==
BLE_MESH_KEY_DEV
,
transport.c:696
rx
->
ctx
.
app_idx
=
BLE_MESH_KEY_DEV
;
transport.c:804
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