ESP-IDF
bt_mesh_prov_link::auth_method
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::auth_method
bt_mesh_prov_link::auth_method field
Syntax
Show:
Summary
Declaration
from
prov_common.h:194
uint8_t
auth_method
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
auth_method
;
/* Authentication method */
prov_common.h:194
return
LINK
(
link
)
->
auth_method
;
ext.c:1516
bt_mesh_ext_prov_link_get_auth_method()
if
(
prov_links
[
i
]
.
auth_method
==
AUTH_METHOD_STATIC
)
{
prov_pvnr.c:889
bt_mesh_provisioner_set_static_oob_value()
link
->
auth_method
=
AUTH_METHOD_STATIC
;
prov_pvnr.c:1284
prov_capabilities()
link
->
auth_method
=
AUTH_METHOD_NO_OOB
;
prov_pvnr.c:1289
prov_capabilities()
link
->
auth_method
=
AUTH_METHOD_INPUT
;
prov_pvnr.c:1293
prov_capabilities()
link
->
auth_method
=
AUTH_METHOD_OUTPUT
;
prov_pvnr.c:1297
prov_capabilities()
net_buf_simple_add_u8
(
&
prov_buf
,
link
->
auth_method
)
;
prov_pvnr.c:1322
prov_capabilities()
link
->
auth_method
!=
AUTH_METHOD_OUTPUT
)
{
prov_pvnr.c:1599
bt_mesh_provisioner_set_oob_input_data()
link
->
auth_method
!=
AUTH_METHOD_INPUT
)
{
prov_pvnr.c:1665
bt_mesh_provisioner_set_oob_output_data()
if
(
prov_auth
(
link
,
link
->
auth_method
,
prov_pvnr.c:1754
prov_gen_dh_key()
if
(
link
->
auth_method
==
AUTH_METHOD_OUTPUT
||
prov_pvnr.c:1766
prov_gen_dh_key()
link
->
auth_method
==
AUTH_METHOD_INPUT
)
{
prov_pvnr.c:1767
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_method
is written by 1 function and is read by 6 functions:
prov_capabilities()
All items filtered out
bt_mesh_prov_link::auth_method
bt_mesh_provisioner_set_static_oob_value()
prov_capabilities()
bt_mesh_provisioner_set_oob_input_data()
bt_mesh_provisioner_set_oob_output_data()
prov_gen_dh_key()
bt_mesh_ext_prov_link_get_auth_method()
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