ESP-IDF
bt_mesh_cfg_hb_sub
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_cfg_hb_sub
bt_mesh_cfg_hb_sub struct
Syntax
Show:
Summary
Declaration
from
cfg_cli.h:242
struct
bt_mesh_cfg_hb_sub
{
uint16_t
src
;
uint16_t
dst
;
uint8_t
period
;
uint8_t
count
;
uint8_t
min
;
uint8_t
max
;
}
;
Fields
Field
Declared as
bt_mesh_cfg_hb_sub::src
uint16_t
bt_mesh_cfg_hb_sub::dst
uint16_t
bt_mesh_cfg_hb_sub::period
uint8_t
bt_mesh_cfg_hb_sub::count
uint8_t
bt_mesh_cfg_hb_sub::min
uint8_t
bt_mesh_cfg_hb_sub::max
uint8_t
Related Functions
Found 2 other functions taking a
bt_mesh_cfg_hb_sub
argument:
Function
bt_mesh_cfg_hb_sub_set()
bt_mesh_cfg_hb_sub_get()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
bt_mesh_cfg_hb_sub
{
cfg_cli.h:112
struct
bt_mesh_cfg_hb_sub
{
cfg_cli.h:242
return
bt_mesh_cfg_hb_sub_set
(
&
param
,
(
struct
bt_mesh_cfg_hb_sub
*
)
&
set
->
heartbeat_sub_set
)
;
btc_ble_mesh_config_model.c:540
btc_ble_mesh_config_client_set_state()
struct
bt_mesh_cfg_hb_sub
*
sub
)
cfg_cli.c:928
bt_mesh_cfg_hb_sub_set()
bt_mesh_cfg_hb_sub_set()::sub
struct
bt_mesh_cfg_hb_sub
*
sub
)
;
cfg_cli.h:119
bt_mesh_cfg_hb_sub_set()
bt_mesh_cfg_hb_sub_set()::sub
struct
bt_mesh_cfg_hb_sub
*
sub
,
uint8_t
*
status
)
;
cfg_cli.h:252
bt_mesh_cfg_hb_sub_set()
bt_mesh_cfg_hb_sub_set()::sub
struct
bt_mesh_cfg_hb_sub
*
sub
,
uint8_t
*
status
)
;
cfg_cli.h:255
bt_mesh_cfg_hb_sub_get()
bt_mesh_cfg_hb_sub_get()::sub
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
Instance
Scope
Location
Project
bt_mesh_cfg_hb_sub_set()::sub
bt_mesh_cfg_hb_sub_set()
cfg_cli.h:119
bt_mesh_cfg_hb_sub_set()::sub
bt_mesh_cfg_hb_sub_set()
cfg_cli.h:252
bt_mesh_cfg_hb_sub_get()::sub
bt_mesh_cfg_hb_sub_get()
cfg_cli.h:255
bt_mesh_cfg_hb_sub_set()::sub
bt_mesh_cfg_hb_sub_set()
cfg_cli.c:928
Lifecycle
from
examples
All items filtered out
All items filtered out