ESP-IDF
bt_mesh_prov_link::unicast_addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
bt_mesh_prov_link::unicast_addr
bt_mesh_prov_link::unicast_addr field
Syntax
Show:
Summary
Declaration
from
prov_common.h:224
uint16_t
unicast_addr
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
unicast_addr
;
/* Unicast address allocated for device */
prov_common.h:224
return
LINK
(
link
)
->
unicast_addr
;
ext.c:1547
bt_mesh_ext_prov_link_get_unicast_addr()
link
->
unicast_addr
=
prev_addr
;
prov_pvnr.c:2043
send_prov_data()
link
->
unicast_addr
=
alloc_addr
;
prov_pvnr.c:2074
send_prov_data()
link
->
unicast_addr
,
link
->
element_num
,
prov_pvnr.c:2238
prov_complete()
bt_mesh_prov_get
(
)
->
prov_complete
(
index
,
link
->
uuid
,
link
->
unicast_addr
,
prov_pvnr.c:2269
prov_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::unicast_addr
is written by 1 function and is read by 2 functions:
send_prov_data()
All items filtered out
bt_mesh_prov_link::unicast_addr
prov_complete()
bt_mesh_ext_prov_link_get_unicast_addr()
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