Searched refs:min_hops (Results 1 – 3 of 3) sorted by relevance
57 uint8_t min_hops; member
75 uint8_t min_hops; /*!< Minimum hops when receiving Heartbeat messages */ member506 uint8_t min_hops; /*!< Minimum hops when receiving Heartbeat messages */ member
3179 net_buf_simple_add_u8(&msg, cfg->hb_sub.min_hops); in hb_sub_send_status()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()3279 cfg->hb_sub.min_hops = 0U; in heartbeat_sub_set()3542 cfg->hb_sub.min_hops = MIN(cfg->hb_sub.min_hops, hops); in bt_mesh_heartbeat()3550 dst, hops, cfg->hb_sub.min_hops, cfg->hb_sub.max_hops, in bt_mesh_heartbeat()