Home
last modified time | relevance | path

Searched refs:BT_MESH_TTL_MAX (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg.c259 if (default_ttl == 1 || default_ttl > BT_MESH_TTL_MAX) { in bt_mesh_default_ttl_set()
Dheartbeat.c327 sub.min_hops = BT_MESH_TTL_MAX; in bt_mesh_hb_sub_set()
Dcfg_srv.c772 if (pub_ttl > BT_MESH_TTL_MAX && pub_ttl != BT_MESH_TTL_DEFAULT) { in mod_pub_set()
870 if (pub_ttl > BT_MESH_TTL_MAX && pub_ttl != BT_MESH_TTL_DEFAULT) { in mod_pub_va_set()
2343 if (param->ttl > BT_MESH_TTL_MAX && param->ttl != BT_MESH_TTL_DEFAULT) { in heartbeat_pub_set()
2440 sub.min_hops = BT_MESH_TTL_MAX; in heartbeat_sub_set()
Dtransport.c669 } else if (tx->ctx->send_ttl > BT_MESH_TTL_MAX) { in bt_mesh_trans_send()
1073 } else if (tx->ctx->send_ttl > BT_MESH_TTL_MAX) { in bt_mesh_ctl_send()
Dfriend.c289 tx.ctx->send_ttl = BT_MESH_TTL_MAX; in bt_mesh_friend_clear()
815 .send_ttl = BT_MESH_TTL_MAX, in send_friend_clear()
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dreel_board.c175 .min_hops = BT_MESH_TTL_MAX,
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h963 #define BT_MESH_TTL_MAX 0x7f macro
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.c534 id, bt_mesh_shell_blob_io, BT_MESH_TTL_MAX, timeout_base); in cmd_rx()