ESP-IDF
bt_mesh_prov_link::auth_size
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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::auth_size
bt_mesh_prov_link::auth_size field
Syntax
Show:
Summary
Declaration
from
prov_common.h:196
uint8_t
auth_size
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
auth_size
;
/* Authentication size */
prov_common.h:196
link
->
auth_size
=
0x00
;
prov_pvnr.c:1286
prov_capabilities()
link
->
auth_size
=
0x00
;
prov_pvnr.c:1291
prov_capabilities()
link
->
auth_size
=
input_size
;
prov_pvnr.c:1295
prov_capabilities()
link
->
auth_size
=
output_size
;
prov_pvnr.c:1299
prov_capabilities()
net_buf_simple_add_u8
(
&
prov_buf
,
link
->
auth_size
)
;
prov_pvnr.c:1324
prov_capabilities()
memcpy
(
link
->
auth
,
val
,
link
->
auth_size
)
;
prov_pvnr.c:1611
bt_mesh_provisioner_set_oob_input_data()
link
->
auth_action
,
link
->
auth_size
)
)
{
prov_pvnr.c:1755
prov_gen_dh_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::auth_size
is written by 1 function and is read by 3 functions:
prov_capabilities()
All items filtered out
bt_mesh_prov_link::auth_size
prov_capabilities()
bt_mesh_provisioner_set_oob_input_data()
prov_gen_dh_key()
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