Searched refs:pub_ttl (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | cfg_srv.c | 1060 uint8_t retransmit = 0U, status = 0U, pub_ttl = 0U, pub_period = 0U, cred_flag = 0U; in mod_pub_set() local 1078 pub_ttl = net_buf_simple_pull_u8(buf); in mod_pub_set() 1079 if (pub_ttl > BLE_MESH_TTL_MAX && pub_ttl != BLE_MESH_TTL_DEFAULT) { in mod_pub_set() 1080 BT_ERR("Invalid TTL value 0x%02x", pub_ttl); in mod_pub_set() 1091 pub_app_idx, pub_ttl, pub_period); in mod_pub_set() 1110 status = _mod_pub_set(mod, pub_addr, pub_app_idx, cred_flag, pub_ttl, 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 1284 pub_ttl = net_buf_simple_pull_u8(buf); in mod_pub_va_set() 1285 if (pub_ttl > BLE_MESH_TTL_MAX && pub_ttl != BLE_MESH_TTL_DEFAULT) { in mod_pub_va_set() 1286 BT_ERR("Invalid TTL value 0x%02x", pub_ttl); in mod_pub_va_set() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_config_model_api.h | 618 uint8_t pub_ttl; /*!< Publish TTL */ member
|