ESP-IDF
bt_mesh_prov_auth()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_prov_auth()
bt_mesh_prov_auth() function
Syntax
Show:
Summary
Declaration
Definition
from
prov.h:159
int
bt_mesh_prov_auth
(
bool
is_provisioner
,
uint8_t
method
,
uint8_t
action
,
uint8_t
size
)
;
Implemented in
prov.c:189
Arguments
Argument
is_provisioner
method
action
size
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_prov_auth
(
bool
is_provisioner
,
uint8_t
method
,
uint8_t
action
,
uint8_t
size
)
prov.c:189
int
bt_mesh_prov_auth
(
bool
is_provisioner
,
uint8_t
method
,
uint8_t
action
,
uint8_t
size
)
;
prov.h:159
if
(
bt_mesh_prov_auth
(
false
,
data
[
2
]
,
data
[
3
]
,
data
[
4
]
)
<
0
)
{
prov_device.c:140
prov_start()
if
(
bt_mesh_prov_auth
(
true
,
bt_mesh_prov_link
.
oob_method
,
provisioner.c:124
send_start()
Call Tree
from
examples
bt_mesh_prov_auth()
is called by 2 functions and calls 10 functions:
prov_start()
send_start()
All items filtered out
bt_mesh_prov_auth()
atomic_set_bit()
bt_mesh_prov::output_number
bt_mesh_prov::output_string
bt_mesh_prov::input
output_action()
input_action()
check_output_auth()
check_input_auth()
get_auth_string()
get_auth_number()
All items filtered out
Data Use
from
examples
bt_mesh_prov_auth()
reads 14 variables:
bt_mesh_output_action_t::BT_MESH_NO_OUTPUT
bt_mesh_output_action_t::BT_MESH_DISPLAY_NUMBER
bt_mesh_output_action_t::BT_MESH_DISPLAY_STRING
bt_mesh_input_action_t::BT_MESH_NO_INPUT
bt_mesh_input_action_t::BT_MESH_ENTER_NUMBER
bt_mesh_input_action_t::BT_MESH_ENTER_STRING
::WAIT_NUMBER
::WAIT_STRING
::NOTIFY_INPUT_COMPLETE
::OOB_STATIC_KEY
bt_mesh_prov_link::flags
bt_mesh_prov_link::auth
bt_mesh_prov_link
bt_mesh_prov
All items filtered out
bt_mesh_prov_auth()
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