ESP-IDF
bt_mesh_prov::oob_info
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_prov::oob_info
bt_mesh_prov::oob_info field
Out of Band information field.
Syntax
Show:
Summary
Declaration
from
main.h:90
bt_mesh_prov_oob_info_t
oob_info
;
Examples
References
from
examples
Code
Location
Referrer
bt_mesh_prov_oob_info_t
oob_info
;
main.h:90
bt_mesh_prov_oob_info_t
oob_info
;
main.h:102
oob_info
=
bt_mesh_prov_get
(
)
->
oob_info
|
BLE_MESH_PROV_OOB_URI
;
beacon.c:233
unprovisioned_beacon_send()
oob_info
=
bt_mesh_prov_get
(
)
->
oob_info
;
beacon.c:235
unprovisioned_beacon_send()
oob_info
=
prov
->
oob_info
|
BT_MESH_PROV_OOB_URI
;
beacon.c:140
unprovisioned_beacon_send()
oob_info
=
prov
->
oob_info
;
beacon.c:142
unprovisioned_beacon_send()
return
bt_mesh_prov_get
(
)
->
oob_info
;
ext.c:1371
bt_mesh_ext_prov_node_get_oob_info()
sys_put_be16
(
prov
->
oob_info
,
prov_svc_data
+
18
)
;
pb_gatt_srv.c:377
gatt_prov_adv_create()
sys_put_le16
(
bt_mesh_prov_get
(
)
->
oob_info
,
prov_svc_data
+
18
)
;
proxy_server.c:1770
gatt_prov_adv_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov::oob_info
is read by 3 functions:
All items filtered out
bt_mesh_prov::oob_info
unprovisioned_beacon_send()
gatt_prov_adv_create()
bt_mesh_ext_prov_node_get_oob_info()
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