Home
last modified time | relevance | path

Searched refs:BLE_MESH_TTL_MAX (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h502 #define BLE_MESH_TTL_MAX 0x7f macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c760 } else if (buf->data[0] <= BLE_MESH_TTL_MAX && buf->data[0] != 0x01) { in default_ttl_set()
1079 if (pub_ttl > BLE_MESH_TTL_MAX && pub_ttl != BLE_MESH_TTL_DEFAULT) { in mod_pub_set()
1285 if (pub_ttl > BLE_MESH_TTL_MAX && pub_ttl != BLE_MESH_TTL_DEFAULT) { in mod_pub_va_set()
3085 if (param->ttl > BLE_MESH_TTL_MAX && param->ttl != BLE_MESH_TTL_DEFAULT) { in heartbeat_pub_set()
3243 cfg->hb_sub.min_hops = BLE_MESH_TTL_MAX; in heartbeat_sub_set()
3251 cfg->hb_sub.min_hops = BLE_MESH_TTL_MAX; in heartbeat_sub_set()
3378 if (cfg->default_ttl > BLE_MESH_TTL_MAX) { in conf_is_valid()
Dfriend.c299 tx.ctx->send_ttl = BLE_MESH_TTL_MAX; in bt_mesh_friend_clear()
814 .send_ttl = BLE_MESH_TTL_MAX, in send_friend_clear()