ESP-IDF
bt_mesh_health_cli::current_status
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::current_status
bt_mesh_health_cli::current_status field
Syntax
Show:
Summary
Declaration
from
health_cli.h:28
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
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
current_status
)
(
struct
bt_mesh_health_cli
*
cli
,
uint16_t
addr
,
health_cli.h:28
if
(
!
cli
->
current_status
)
{
health_cli.c:100
health_current_status()
cli
->
current_status
(
cli
,
ctx
->
addr
,
test_id
,
cid
,
buf
->
om_data
,
buf
->
om_len
)
;
health_cli.c:105
health_current_status()
Call Tree
from
examples
bt_mesh_health_cli::current_status
is called by 1 function:
health_current_status()
All items filtered out
bt_mesh_health_cli::current_status
All items filtered out
Data Use
from
examples
bt_mesh_health_cli::current_status
is read by 1 function:
All items filtered out
bt_mesh_health_cli::current_status
health_current_status()
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