ESP-IDF
bt_mesh_prov_ctx::primary_addr
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_ctx::primary_addr
bt_mesh_prov_ctx::primary_addr field
Syntax
Show:
Summary
Declaration
from
prov_pvnr.c:52
uint16_t
primary_addr
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
primary_addr
;
prov_pvnr.c:52
if
(
prov_ctx
.
primary_addr
==
BLE_MESH_ADDR_UNASSIGNED
)
{
prov_pvnr.c:817
bt_mesh_provisioner_init_prov_info()
prov_ctx
.
primary_addr
=
bt_mesh_prov_get
(
)
->
prov_unicast_addr
;
prov_pvnr.c:852
bt_mesh_provisioner_init_prov_info()
bt_mesh_store_prov_info
(
prov_ctx
.
primary_addr
,
prov_ctx
.
alloc_addr
)
;
prov_pvnr.c:855
bt_mesh_provisioner_init_prov_info()
return
prov_ctx
.
primary_addr
;
prov_pvnr.c:905
bt_mesh_provisioner_get_primary_elem_addr()
BT_INFO
(
"Primary address updated, old 0x%04x, new 0x%04x"
,
prov_ctx
.
primary_addr
,
addr
)
;
prov_pvnr.c:937
bt_mesh_provisioner_set_primary_elem_addr()
prov_ctx
.
primary_addr
=
addr
;
prov_pvnr.c:938
bt_mesh_provisioner_set_primary_elem_addr()
bt_mesh_store_prov_info
(
prov_ctx
.
primary_addr
,
prov_ctx
.
alloc_addr
)
;
prov_pvnr.c:941
bt_mesh_provisioner_set_primary_elem_addr()
bt_mesh_store_prov_info
(
prov_ctx
.
primary_addr
,
prov_ctx
.
alloc_addr
)
;
prov_pvnr.c:2117
send_prov_data()
prov_ctx
.
primary_addr
=
BLE_MESH_ADDR_UNASSIGNED
;
prov_pvnr.c:2782
bt_mesh_provisioner_prov_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_ctx::primary_addr
is written by 3 functions and is read by 4 functions:
bt_mesh_provisioner_init_prov_info()
bt_mesh_provisioner_set_primary_elem_addr()
bt_mesh_provisioner_prov_init()
All items filtered out
bt_mesh_prov_ctx::primary_addr
bt_mesh_provisioner_init_prov_info()
bt_mesh_provisioner_get_primary_elem_addr()
bt_mesh_provisioner_set_primary_elem_addr()
send_prov_data()
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