Home
last modified time | relevance | path

Searched refs:BLE_MESH_TTL_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h499 #define BLE_MESH_TTL_DEFAULT 0xff macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dtransport.c480 if (net_tx->ctx->send_ttl == BLE_MESH_TTL_DEFAULT) { in send_seg()
1122 if (rx->ttl == BLE_MESH_TTL_DEFAULT) { in ack_timeout()
1208 if (tx->ctx->send_ttl == BLE_MESH_TTL_DEFAULT) { in ctl_send_seg()
1353 if (rx->ttl == BLE_MESH_TTL_DEFAULT) { in incomplete_timeout()
Dnet.c927 if (tx->ctx->send_ttl == BLE_MESH_TTL_DEFAULT) { in bt_mesh_net_send()
1392 rx->ctx.send_ttl = BLE_MESH_TTL_DEFAULT; in bt_mesh_net_decode()
Dcfg_srv.c1079 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()