ESP-IDF
btc_ble_mesh_prov_args_t::provisioner_input_str
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_ble_mesh_prov_args_t::provisioner_input_str
btc_ble_mesh_prov_args_t::provisioner_input_str field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:143
struct
ble_mesh_provisioner_input_str_args
{
char
string
[
8
]
;
uint8_t
link_idx
;
}
provisioner_input_str
;
Examples
References
from
examples
Code
Location
Referrer
}
provisioner_input_str
;
btc_ble_mesh_prov.h:146
bt_mesh_provisioner_set_oob_input_data
(
arg
->
provisioner_input_str
.
link_idx
,
btc_ble_mesh_prov.c:2421
btc_ble_mesh_prov_call_handler()
(
const
uint8_t
*
)
&
arg
->
provisioner_input_str
.
string
,
btc_ble_mesh_prov.c:2422
btc_ble_mesh_prov_call_handler()
arg
.
provisioner_input_str
.
string
[
sizeof
(
arg
.
provisioner_input_str
.
string
)
-
1
]
=
0
;
esp_ble_mesh_provisioning_api.c:214
esp_ble_mesh_provisioner_input_string()
strncpy
(
arg
.
provisioner_input_str
.
string
,
string
,
sizeof
(
arg
.
provisioner_input_str
.
string
)
-
1
)
;
esp_ble_mesh_provisioning_api.c:215
esp_ble_mesh_provisioner_input_string()
arg
.
provisioner_input_str
.
link_idx
=
link_idx
;
esp_ble_mesh_provisioning_api.c:216
esp_ble_mesh_provisioner_input_string()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_mesh_prov_args_t::provisioner_input_str
is read by 2 functions:
All items filtered out
btc_ble_mesh_prov_args_t::provisioner_input_str
esp_ble_mesh_provisioner_input_string()
btc_ble_mesh_prov_call_handler()
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