ESP-IDF
bt_mesh_prov_link::oob_method
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::oob_method
bt_mesh_prov_link::oob_method field
Syntax
Show:
Summary
Declaration
from
prov.h:117
uint8_t
oob_method
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
oob_method
;
/* Authen method */
prov.h:117
bt_mesh_prov_link
.
oob_method
=
data
[
2
]
;
prov_device.c:136
prov_start()
net_buf_simple_add_u8
(
start
,
bt_mesh_prov_link
.
oob_method
)
;
provisioner.c:116
send_start()
if
(
bt_mesh_prov_auth
(
true
,
bt_mesh_prov_link
.
oob_method
,
provisioner.c:124
send_start()
"action: 0x%02x; size: 0x%02x"
,
bt_mesh_prov_link
.
oob_method
,
provisioner.c:127
send_start()
if
(
bt_mesh_prov_link
.
oob_method
==
AUTH_METHOD_STATIC
)
{
provisioner.c:140
prov_check_method()
}
else
if
(
bt_mesh_prov_link
.
oob_method
==
AUTH_METHOD_INPUT
)
{
provisioner.c:145
prov_check_method()
}
else
if
(
bt_mesh_prov_link
.
oob_method
==
AUTH_METHOD_OUTPUT
)
{
provisioner.c:171
prov_check_method()
bt_mesh_prov_link
.
oob_method
=
method
;
provisioner.c:662
prov_set_method()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::oob_method
is written by 2 functions and is read by 2 functions:
prov_start()
prov_set_method()
All items filtered out
bt_mesh_prov_link::oob_method
send_start()
prov_check_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