ESP-IDF
+
0
/16 examples
SourceVu will show references to
esp_ble_mesh_cfg_srv_t
from the following samples and libraries:
aligenie_demo sample
provisioner sample
wifi_coexist sample
df_client sample
df_server sample
fast_prov_client sample
fast_prov_server sample
onoff_client sample
onoff_server sample
rpr_client sample
rpr_server sample
unprov_dev sample
sensor_client sample
sensor_server sample
vendor_client sample
vendor_server sample
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
esp_ble_mesh_cfg_srv_t
esp_ble_mesh_cfg_srv_t struct
Configuration Server Model context
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_config_model_api.h:45
typedef
struct
{
esp_ble_mesh_model_t
*
model
;
uint8_t
net_transmit
;
uint8_t
relay
;
uint8_t
relay_retransmit
;
uint8_t
beacon
;
uint8_t
gatt_proxy
;
uint8_t
friend_state
;
uint8_t
default_ttl
;
struct
{
struct
k_delayed_work
timer
;
uint16_t
dst
;
uint16_t
count
;
uint8_t
period
;
uint8_t
ttl
;
uint16_t
feature
;
uint16_t
net_idx
;
}
heartbeat_pub
;
struct
{
int64_t
expiry
;
uint16_t
src
;
uint16_t
dst
;
uint16_t
count
;
uint8_t
min_hops
;
uint8_t
max_hops
;
esp_ble_mesh_cb_t
heartbeat_recv_cb
;
}
heartbeat_sub
;
}
esp_ble_mesh_cfg_srv_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_cfg_srv_t::model
esp_ble_mesh_model_t
*
Pointer to Configuration Server Model.
esp_ble_mesh_cfg_srv_t::net_transmit
uint8_t
Network Transmit state.
esp_ble_mesh_cfg_srv_t::relay
uint8_t
Relay Mode state.
esp_ble_mesh_cfg_srv_t::relay_retransmit
uint8_t
Relay Retransmit state.
esp_ble_mesh_cfg_srv_t::beacon
uint8_t
Secure Network Beacon state.
esp_ble_mesh_cfg_srv_t::gatt_proxy
uint8_t
GATT Proxy state.
esp_ble_mesh_cfg_srv_t::friend_state
uint8_t
Friend state.
esp_ble_mesh_cfg_srv_t::default_ttl
uint8_t
Default TTL.
esp_ble_mesh_cfg_srv_t::heartbeat_pub
struct
{
struct
k_delayed_work
timer
;
uint16_t
dst
;
uint16_t
count
;
uint8_t
period
;
uint8_t
ttl
;
uint16_t
feature
;
uint16_t
net_idx
;
}
Heartbeat Publication.
esp_ble_mesh_cfg_srv_t::heartbeat_sub
struct
{
int64_t
expiry
;
uint16_t
src
;
uint16_t
dst
;
uint16_t
count
;
uint8_t
min_hops
;
uint8_t
max_hops
;
esp_ble_mesh_cb_t
heartbeat_recv_cb
;
}
Heartbeat Subscription.
Examples
esp_ble_mesh_cfg_srv_t
is referenced by 16 libraries and example projects:
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