ESP-IDF
bt_mesh_prov_role
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_role
bt_mesh_prov_role struct
Provisioning role
Syntax
Show:
Summary
Declaration
from
prov.h:99
struct
bt_mesh_prov_role
{
void
(
*
link_opened
)
(
void
)
;
void
(
*
link_closed
)
(
void
)
;
void
(
*
error
)
(
uint8_t
reason
)
;
void
(
*
input_complete
)
(
void
)
;
void
(
*
op
[
10
]
)
(
const
uint8_t
*
data
)
;
}
;
Fields
Field
Declared as
bt_mesh_prov_role::link_opened
void
(
*
)
(
void
)
bt_mesh_prov_role::link_closed
void
(
*
)
(
void
)
bt_mesh_prov_role::error
void
(
*
)
(
uint8_t
reason
)
bt_mesh_prov_role::input_complete
void
(
*
)
(
void
)
bt_mesh_prov_role::op
void
(
*
[
10
]
)
(
const
uint8_t
*
data
)
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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