ESP-IDF
prov_set_method()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
prov_set_method()
prov_set_method() function
Syntax
Show:
Summary
Declaration
from
provisioner.c:660
static
void
prov_set_method
(
uint8_t
method
,
uint8_t
action
,
uint8_t
size
)
;
Arguments
Argument
method
action
size
Examples
References
from
examples
Code
Location
Referrer
static
void
prov_set_method
(
uint8_t
method
,
uint8_t
action
,
uint8_t
size
)
provisioner.c:660
prov_set_method
(
AUTH_METHOD_INPUT
,
find_msb_set
(
action
)
-
1
,
size
)
;
provisioner.c:673
bt_mesh_auth_method_set_input()
prov_set_method
(
AUTH_METHOD_OUTPUT
,
find_msb_set
(
action
)
-
1
,
size
)
;
provisioner.c:683
bt_mesh_auth_method_set_output()
prov_set_method
(
AUTH_METHOD_STATIC
,
0
,
0
)
;
provisioner.c:693
bt_mesh_auth_method_set_static()
prov_set_method
(
AUTH_METHOD_NO_OOB
,
0
,
0
)
;
provisioner.c:705
bt_mesh_auth_method_set_none()
Call Tree
from
examples
prov_set_method()
is called by 4 functions:
bt_mesh_auth_method_set_input()
bt_mesh_auth_method_set_output()
bt_mesh_auth_method_set_static()
bt_mesh_auth_method_set_none()
All items filtered out
prov_set_method()
All items filtered out
Data Use
from
examples
prov_set_method()
reads 1 variable and writes 3 variables:
bt_mesh_prov_link
All items filtered out
prov_set_method()
bt_mesh_prov_link::oob_method
bt_mesh_prov_link::oob_action
bt_mesh_prov_link::oob_size
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