ESP-IDF
bt_mesh_prov_link::auth_action
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_action
bt_mesh_prov_link::auth_action field
Syntax
Show:
Summary
Declaration
from
prov_common.h:195
uint8_t
auth_action
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
auth_action
;
/* Authentication action */
prov_common.h:195
link
->
auth_action
=
0x00
;
prov_pvnr.c:1285
prov_capabilities()
link
->
auth_action
=
0x00
;
prov_pvnr.c:1290
prov_capabilities()
link
->
auth_action
=
(
uint8_t
)
input_action
;
prov_pvnr.c:1294
prov_capabilities()
link
->
auth_action
=
(
uint8_t
)
output_action
;
prov_pvnr.c:1298
prov_capabilities()
net_buf_simple_add_u8
(
&
prov_buf
,
link
->
auth_action
)
;
prov_pvnr.c:1323
prov_capabilities()
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_action
is written by 1 function and is read by 2 functions:
prov_capabilities()
All items filtered out
bt_mesh_prov_link::auth_action
prov_capabilities()
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