ESP-IDF
bt_mesh_prov_link::
::last_seg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::
::last_seg
bt_mesh_prov_link::
::last_seg field
Syntax
Show:
Summary
Declaration
from
prov_common.h:267
uint8_t
last_seg
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
last_seg
;
/* Last segment (to check length) */
prov_common.h:267
link
->
rx
.
last_seg
=
START_LAST_SEG
(
rx
->
gpc
)
;
prov_common.c:224
bt_mesh_gen_prov_start()
if
(
seg
>
link
->
rx
.
last_seg
)
{
prov_common.c:256
bt_mesh_gen_prov_cont()
if
(
seg
==
link
->
rx
.
last_seg
)
{
prov_common.c:264
bt_mesh_gen_prov_cont()
(
23
*
(
link
->
rx
.
last_seg
-
1
)
)
)
;
prov_common.c:266
bt_mesh_gen_prov_cont()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::
::last_seg
is written by 1 function and is read by 1 function:
bt_mesh_gen_prov_start()
All items filtered out
bt_mesh_prov_link::
::last_seg
bt_mesh_gen_prov_cont()
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