ESP-IDF
bt_mesh_hb_sub::func
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_hb_sub::func
bt_mesh_hb_sub::func field
Syntax
Show:
Summary
Declaration
from
cfg_srv.h:61
void
(
*
func
)
(
uint8_t
hops
,
uint16_t
feat
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
func
)
(
uint8_t
hops
,
uint16_t
feat
)
;
cfg_srv.h:61
srv
->
hb_sub
.
func
=
btc_ble_mesh_node_recv_heartbeat_cb
;
btc_ble_mesh_prov.c:1433
btc_ble_mesh_model_op_set()
if
(
cfg
->
hb_sub
.
func
)
{
heartbeat.c:62
bt_mesh_heartbeat_recv()
cfg
->
hb_sub
.
func
(
hops
,
feat
)
;
heartbeat.c:63
bt_mesh_heartbeat_recv()
Call Tree
from
examples
bt_mesh_hb_sub::func
is called by 1 function:
bt_mesh_heartbeat_recv()
All items filtered out
bt_mesh_hb_sub::func
All items filtered out
Data Use
from
examples
bt_mesh_hb_sub::func
is written by 1 function and is read by 1 function:
btc_ble_mesh_model_op_set()
All items filtered out
bt_mesh_hb_sub::func
bt_mesh_heartbeat_recv()
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_hb_sub::func
implements 1 functions:
btc_ble_mesh_node_recv_heartbeat_cb()
All items filtered out
bt_mesh_hb_sub::func
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out