Searched refs:BLE_MESH_TTL_DEFAULT (Results 1 – 4 of 4) sorted by relevance
499 #define BLE_MESH_TTL_DEFAULT 0xff macro
480 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()
927 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()
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()