ESP-IDF
get_auth_number()
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
get_auth_number()
get_auth_number() function
Syntax
Show:
Summary
Declaration
from
prov.c:159
static
uint32_t
get_auth_number
(
bt_mesh_output_action_t
output
,
bt_mesh_input_action_t
input
,
uint8_t
size
)
;
Arguments
Argument
output
input
size
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
get_auth_number
(
bt_mesh_output_action_t
output
,
prov.c:159
get_auth_number
(
output
,
BT_MESH_NO_INPUT
,
size
)
)
;
prov.c:241
bt_mesh_prov_auth()
get_auth_number
(
BT_MESH_NO_OUTPUT
,
input
,
size
)
)
;
prov.c:270
bt_mesh_prov_auth()
Call Tree
from
examples
get_auth_number()
is called by 1 function and calls 2 functions:
bt_mesh_prov_auth()
All items filtered out
get_auth_number()
put_be32()
bt_rand()
All items filtered out
Data Use
from
examples
get_auth_number()
reads 7 variables:
bt_mesh_output_action_t::BT_MESH_BLINK
bt_mesh_output_action_t::BT_MESH_BEEP
bt_mesh_output_action_t::BT_MESH_VIBRATE
bt_mesh_input_action_t::BT_MESH_PUSH
bt_mesh_input_action_t::BT_MESH_TWIST
bt_mesh_prov_link::auth
bt_mesh_prov_link
All items filtered out
get_auth_number()
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