ESP-IDF
prov_device
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
prov_device
prov_device variable
Syntax
Show:
Summary
Declaration
from
provisioner.c:27
static
struct
{
struct
bt_mesh_cdb_node
*
node
;
uint16_t
addr
;
uint16_t
net_idx
;
uint8_t
attention_duration
;
uint8_t
uuid
[
16
]
;
}
prov_device
;
Examples
References
from
examples
Code
Location
Referrer
}
prov_device
;
provisioner.c:33
net_buf_simple_add_u8
(
inv
,
prov_device
.
attention_duration
)
;
provisioner.c:74
send_invite()
memcpy
(
bt_mesh_prov_link
.
conf_inputs
.
invite
,
&
prov_device
.
attention_duration
,
provisioner.c:76
send_invite()
bt_mesh_prov_link
.
prov_salt
,
prov_device
.
node
->
dev_key
)
;
provisioner.c:483
send_prov_data()
BT_DBG
(
"DevKey: %s"
,
bt_hex
(
prov_device
.
node
->
dev_key
,
16
)
)
;
provisioner.c:490
send_prov_data()
net_buf_simple_add_be16
(
pdu
,
prov_device
.
node
->
addr
)
;
provisioner.c:507
send_prov_data()
prov_device
.
node
->
net_idx
,
bt_mesh
.
iv_index
,
provisioner.c:511
send_prov_data()
prov_device
.
node
->
addr
)
;
provisioner.c:512
send_prov_data()
struct
bt_mesh_cdb_node
*
node
=
prov_device
.
node
;
provisioner.c:532
prov_complete()
prov_device
.
node
=
NULL
;
provisioner.c:544
prov_complete()
memcpy
(
prov_device
.
uuid
,
uuid
,
16
)
;
provisioner.c:736
bt_mesh_pb_adv_open()
prov_device
.
addr
=
addr
;
provisioner.c:737
bt_mesh_pb_adv_open()
prov_device
.
net_idx
=
net_idx
;
provisioner.c:738
bt_mesh_pb_adv_open()
prov_device
.
attention_duration
=
attention_duration
;
provisioner.c:739
bt_mesh_pb_adv_open()
err
=
bt_mesh_prov_link
.
bearer
->
link_open
(
prov_device
.
uuid
,
PROTOCOL_TIMEOUT
,
provisioner.c:743
bt_mesh_pb_adv_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
prov_device
is read by 4 functions:
All items filtered out
prov_device
send_invite()
send_prov_data()
prov_complete()
bt_mesh_pb_adv_open()
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