ESP-IDF
unprov_dev_queue
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
unprov_dev_queue
unprov_dev_queue struct
Syntax
Show:
Summary
Declaration
from
prov_pvnr.c:114
struct
unprov_dev_queue
{
bt_mesh_addr_t
addr
;
uint8_t
uuid
[
16
]
;
uint16_t
oob_info
;
uint8_t
bearer
;
uint8_t
flags
;
}
;
Fields
Field
Declared as
unprov_dev_queue::addr
bt_mesh_addr_t
unprov_dev_queue::uuid
uint8_t
[
16
]
unprov_dev_queue::oob_info
uint16_t
unprov_dev_queue::bearer
uint8_t
unprov_dev_queue::flags
uint8_t
Examples
References
from
examples
Code
Location
Referrer
struct
unprov_dev_queue
{
prov_pvnr.c:114
unprov_dev
memset
(
&
unprov_dev
[
i
]
,
0
,
sizeof
(
struct
unprov_dev_queue
)
)
;
prov_pvnr.c:570
bt_mesh_provisioner_add_unprov_dev()
memset
(
&
unprov_dev
[
i
]
,
0
,
sizeof
(
struct
unprov_dev_queue
)
)
;
prov_pvnr.c:742
bt_mesh_provisioner_delete_device()
memset
(
&
unprov_dev
[
i
]
,
0
,
sizeof
(
struct
unprov_dev_queue
)
)
;
prov_pvnr.c:2277
prov_complete()
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
Instance
Scope
Location
Project
unprov_dev
prov_pvnr.c:114
Lifecycle
from
examples
All items filtered out
All items filtered out