ESP-IDF
bt_mesh_provisioner_get_primary_elem_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_provisioner_get_primary_elem_addr()
bt_mesh_provisioner_get_primary_elem_addr() function
This function gets the unicast address of primary element of Provisioner.
Syntax
Show:
Summary
Declaration
from
prov_pvnr.h:286
uint16_t
bt_mesh_provisioner_get_primary_elem_addr
(
void
)
;
Return value
Unicast address of primary element of Provisioner.
Examples
References
from
examples
Code
Location
Referrer
uint16_t
bt_mesh_provisioner_get_primary_elem_addr
(
void
)
prov_pvnr.c:903
uint16_t
bt_mesh_provisioner_get_primary_elem_addr
(
void
)
;
prov_pvnr.h:286
bt_mesh_comp_provision
(
bt_mesh_provisioner_get_primary_elem_addr
(
)
)
;
main.c:686
bt_mesh_provisioner_enable()
primary_addr
=
bt_mesh_provisioner_get_primary_elem_addr
(
)
;
pvnr_mgmt.c:218
bt_mesh_provisioner_check_is_addr_dup()
Call Tree
from
examples
bt_mesh_provisioner_get_primary_elem_addr()
is called by 2 functions:
bt_mesh_provisioner_enable()
bt_mesh_provisioner_check_is_addr_dup()
All items filtered out
bt_mesh_provisioner_get_primary_elem_addr()
All items filtered out
Data Use
from
examples
bt_mesh_provisioner_get_primary_elem_addr()
reads 2 variables:
bt_mesh_prov_ctx::primary_addr
prov_ctx
All items filtered out
bt_mesh_provisioner_get_primary_elem_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