ESP-IDF
bt_mesh_prov::output_string
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
bt_mesh_prov::output_string
bt_mesh_prov::output_string field
Output of a string is requested. This callback notifies the application that it should display the given string to the user.
Syntax
Show:
Summary
Declaration
from
main.h:172
int
(
*
output_string
)
(
const
char
*
str
)
;
Examples
References
from
examples
Code
Location
Referrer
int
(
*
output_string
)
(
const
char
*
str
)
;
main.h:141
int
(
*
output_string
)
(
const
char
*
str
)
;
main.h:172
return
bt_mesh_prov
->
output_string
(
str
)
;
prov.c:236
bt_mesh_prov_auth()
return
bt_mesh_prov
->
output_string
(
str
)
;
prov.c:264
bt_mesh_prov_auth()
return
bt_mesh_prov_get
(
)
->
output_string
(
(
char
*
)
str
)
;
prov_node.c:330
prov_auth()
if
(
!
bt_mesh_prov
->
output_string
)
{
provisioner.c:161
prov_check_method()
Call Tree
from
examples
bt_mesh_prov::output_string
is called by 2 functions:
prov_auth()
bt_mesh_prov_auth()
All items filtered out
bt_mesh_prov::output_string
All items filtered out
Data Use
from
examples
bt_mesh_prov::output_string
is read by 1 function:
All items filtered out
bt_mesh_prov::output_string
prov_check_method()
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