ESP-IDF
bt_mesh_health_srv_cb::attn_off
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_health_srv_cb::attn_off
bt_mesh_health_srv_cb::attn_off field
Syntax
Show:
Summary
Declaration
from
health_srv.h:38
void
(
*
attn_off
)
(
struct
bt_mesh_model
*
model
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
attn_off
)
(
struct
bt_mesh_model
*
model
)
;
health_srv.h:38
void
(
*
attn_off
)
(
struct
bt_mesh_model
*
model
)
;
health_srv.h:46
srv
->
cb
.
attn_off
=
btc_ble_mesh_health_server_attention_off
;
btc_ble_mesh_prov.c:1461
btc_ble_mesh_model_op_set()
if
(
srv
->
cb
.
attn_off
)
{
health_srv.c:412
attention_off()
srv
->
cb
.
attn_off
(
srv
->
model
)
;
health_srv.c:413
attention_off()
if
(
srv
->
cb
.
attn_off
)
{
health_srv.c:529
bt_mesh_attention()
srv
->
cb
.
attn_off
(
model
)
;
health_srv.c:530
bt_mesh_attention()
if
(
srv
->
cb
&&
srv
->
cb
->
attn_off
)
{
health_srv.c:417
attention_off()
srv
->
cb
->
attn_off
(
srv
->
model
)
;
health_srv.c:418
attention_off()
Call Tree
from
examples
bt_mesh_health_srv_cb::attn_off
is called by 2 functions:
attention_off()
bt_mesh_attention()
All items filtered out
bt_mesh_health_srv_cb::attn_off
All items filtered out
Data Use
from
examples
bt_mesh_health_srv_cb::attn_off
is written by 1 function and is read by 2 functions:
btc_ble_mesh_model_op_set()
All items filtered out
bt_mesh_health_srv_cb::attn_off
attention_off()
bt_mesh_attention()
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
bt_mesh_health_srv_cb::attn_off
implements 1 functions:
btc_ble_mesh_health_server_attention_off()
All items filtered out
bt_mesh_health_srv_cb::attn_off
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out