ESP-IDF
bt_mesh_prov_link::oob_info
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_prov_link::oob_info
bt_mesh_prov_link::oob_info field
Syntax
Show:
Summary
Declaration
from
prov_common.h:220
uint16_t
oob_info
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
oob_info
;
/* OOB info of this device */
prov_common.h:220
prov_links
[
i
]
.
oob_info
=
0x0
;
prov_pvnr.c:226
bt_mesh_provisioner_clear_link_info()
prov_links
[
i
]
.
oob_info
=
oob_info
;
prov_pvnr.c:378
provisioner_start_prov_pb_adv()
prov_links
[
i
]
.
oob_info
=
oob_info
;
prov_pvnr.c:445
provisioner_start_prov_pb_gatt()
err
=
bt_mesh_provisioner_provision
(
&
link
->
addr
,
link
->
uuid
,
link
->
oob_info
,
prov_pvnr.c:2237
prov_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::oob_info
is written by 3 functions and is read by 1 function:
bt_mesh_provisioner_clear_link_info()
provisioner_start_prov_pb_adv()
provisioner_start_prov_pb_gatt()
All items filtered out
bt_mesh_prov_link::oob_info
prov_complete()
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