ESP-IDF
bt_mesh_prov_link::element_num
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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::element_num
bt_mesh_prov_link::element_num field
Syntax
Show:
Summary
Declaration
from
prov_common.h:221
uint8_t
element_num
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
element_num
;
/* Element num of device */
prov_common.h:221
return
LINK
(
link
)
->
element_num
;
ext.c:1537
bt_mesh_ext_prov_link_get_elem_num()
link
->
element_num
=
net_buf_simple_pull_u8
(
buf
)
;
prov_pvnr.c:1187
prov_capabilities()
BT_INFO
(
"Elements: 0x%02x"
,
link
->
element_num
)
;
prov_pvnr.c:1188
prov_capabilities()
if
(
link
->
element_num
==
0
)
{
prov_pvnr.c:1189
prov_capabilities()
BT_ERR
(
"Invalid element number %d"
,
link
->
element_num
)
;
prov_pvnr.c:1190
prov_capabilities()
if
(
link
->
element_num
<=
node
->
element_num
&&
prov_pvnr.c:2019
send_prov_data()
if
(
alloc_addr
+
link
->
element_num
-
1
>
max_addr
)
{
prov_pvnr.c:2059
send_prov_data()
if
(
bt_mesh_provisioner_check_is_addr_dup
(
alloc_addr
,
link
->
element_num
,
true
)
)
{
prov_pvnr.c:2068
send_prov_data()
if
(
prov_ctx
.
alloc_addr
<
link
->
assign_addr
+
link
->
element_num
)
{
prov_pvnr.c:2104
send_prov_data()
prov_ctx
.
alloc_addr
=
link
->
assign_addr
+
link
->
element_num
;
prov_pvnr.c:2105
send_prov_data()
prov_ctx
.
alloc_addr
+=
link
->
element_num
;
prov_pvnr.c:2108
send_prov_data()
link
->
unicast_addr
,
link
->
element_num
,
prov_pvnr.c:2238
prov_complete()
link
->
element_num
,
net_idx
)
;
prov_pvnr.c:2270
prov_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::element_num
is written by 1 function and is read by 4 functions:
prov_capabilities()
All items filtered out
bt_mesh_prov_link::element_num
prov_capabilities()
send_prov_data()
prov_complete()
bt_mesh_ext_prov_link_get_elem_num()
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