ESP-IDF
PUB_KEY_OOB
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
PUB_KEY_OOB
PUB_KEY_OOB macro
Syntax
Show:
Summary
Declaration
from
prov.h:44
#define
PUB_KEY_OOB
0x01
Examples
References
from
examples
Code
Location
#define
PUB_KEY_OOB
0x01
prov.h:44
bt_mesh_prov
->
public_key_be
==
NULL
?
PUB_KEY_NO_OOB
:
PUB_KEY_OOB
)
;
prov_device.c:82
if
(
data
[
1
]
>
PUB_KEY_OOB
||
prov_device.c:123
(
data
[
1
]
==
PUB_KEY_OOB
&&
prov_device.c:124
atomic_set_bit_to
(
bt_mesh_prov_link
.
flags
,
OOB_PUB_KEY
,
data
[
1
]
==
PUB_KEY_OOB
)
;
prov_device.c:131
bool
oob_pub_key
=
bt_mesh_prov_link
.
conf_inputs
.
capabilities
[
3
]
==
PUB_KEY_OOB
;
provisioner.c:102
net_buf_simple_add_u8
(
start
,
PUB_KEY_OOB
)
;
provisioner.c:110
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