Home
last modified time | relevance | path

Searched refs:pub_period (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c1060 uint8_t retransmit = 0U, status = 0U, pub_ttl = 0U, pub_period = 0U, cred_flag = 0U; in mod_pub_set() local
1084 pub_period = net_buf_simple_pull_u8(buf); in mod_pub_set()
1091 pub_app_idx, pub_ttl, pub_period); in mod_pub_set()
1111 pub_period, retransmit, true); in mod_pub_set()
1266 uint8_t retransmit = 0U, status = 0U, pub_ttl = 0U, pub_period = 0U, cred_flag = 0U; in mod_pub_va_set() local
1290 pub_period = net_buf_simple_pull_u8(buf); in mod_pub_va_set()
1296 pub_app_idx, pub_ttl, pub_period); in mod_pub_va_set()
1320 pub_ttl, pub_period, retransmit, true); in mod_pub_va_set()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h619 uint8_t pub_period; /*!< Publish Period */ member