ESP-IDF
bt_mesh_cfg_srv
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_srv
bt_mesh_cfg_srv struct
Mesh Configuration Server Model Context
Syntax
Show:
Summary
Declaration
Definition
from
foundation.h:277
struct
bt_mesh_cfg_srv
;
Implemented in
cfg_srv.h:27
Fields
Field
Declared as
bt_mesh_cfg_srv::model
struct
bt_mesh_model
*
bt_mesh_cfg_srv::net_transmit
uint8_t
bt_mesh_cfg_srv::relay
uint8_t
bt_mesh_cfg_srv::relay_retransmit
uint8_t
bt_mesh_cfg_srv::beacon
uint8_t
bt_mesh_cfg_srv::gatt_proxy
uint8_t
bt_mesh_cfg_srv::frnd
uint8_t
bt_mesh_cfg_srv::default_ttl
uint8_t
bt_mesh_cfg_srv::hb_pub
struct
bt_mesh_hb_pub
{
struct
k_delayed_work
timer
;
uint16_t
dst
;
uint16_t
count
;
uint8_t
period
;
uint8_t
ttl
;
uint16_t
feat
;
uint16_t
net_idx
;
}
bt_mesh_cfg_srv::hb_sub
struct
bt_mesh_hb_sub
{
int64_t
expiry
;
uint16_t
src
;
uint16_t
dst
;
uint16_t
count
;
uint8_t
min_hops
;
uint8_t
max_hops
;
void
(
*
func
)
(
uint8_t
hops
,
uint16_t
feat
)
;
}
Related Functions
Found 2 other functions taking a
bt_mesh_cfg_srv
argument:
Function
hb_pub_disable()
conf_is_valid()
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