ESP-IDF
bt_mesh_health_cli
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_health_cli
bt_mesh_health_cli struct
Mesh Health Client Model Context
Syntax
Show:
Summary
Declaration
from
health_cli.h:25
struct
bt_mesh_health_cli
{
struct
bt_mesh_model
*
model
;
void
(
*
current_status
)
(
struct
bt_mesh_health_cli
*
cli
,
uint16_t
addr
,
uint8_t
test_id
,
uint16_t
cid
,
uint8_t
*
faults
,
size_t
fault_count
)
;
struct
bt_mesh_msg_ack_ctx
ack_ctx
;
}
;
Fields
Field
Declared as
bt_mesh_health_cli::model
struct
bt_mesh_model
*
bt_mesh_health_cli::current_status
void
(
*
)
(
struct
bt_mesh_health_cli
*
cli
,
uint16_t
addr
,
uint8_t
test_id
,
uint16_t
cid
,
uint8_t
*
faults
,
size_t
fault_count
)
bt_mesh_health_cli::ack_ctx
struct
bt_mesh_msg_ack_ctx
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