ESP-IDF
bt_mesh_prov::input_actions
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::input_actions
bt_mesh_prov::input_actions field
Supported Input OOB Actions
Syntax
Show:
Summary
Declaration
from
main.h:118
uint16_t
input_actions
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
input_actions
;
main.h:118
uint16_t
input_actions
;
main.h:134
if
(
!
(
bt_mesh_prov
->
input_actions
&
input
)
)
{
prov.c:125
check_input_auth()
net_buf_simple_add_be16
(
buf
,
bt_mesh_prov
->
input_actions
)
;
prov_device.c:97
prov_invite()
net_buf_simple_add_be16
(
&
buf
,
bt_mesh_prov_get
(
)
->
input_actions
)
;
prov_node.c:247
prov_invite()
if
(
!
(
bt_mesh_prov_get
(
)
->
input_actions
&
input
)
)
{
prov_node.c:363
prov_auth()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov::input_actions
is read by 3 functions:
All items filtered out
bt_mesh_prov::input_actions
prov_invite()
prov_auth()
check_input_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