Home
last modified time | relevance | path

Searched refs:init_ttl (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dtransport.c834 u8_t init_ttl, hops; in trans_heartbeat() local
847 init_ttl = (net_buf_simple_pull_u8(buf) & 0x7f); in trans_heartbeat()
850 hops = (init_ttl - rx->ctx.recv_ttl + 1); in trans_heartbeat()
852 …c 0x%04x TTL %u InitTTL %u (%u hop%s) feat 0x%04x", rx->ctx.addr, rx->ctx.recv_ttl, init_ttl, hops, in trans_heartbeat()
A Dcfg_srv.c87 u8_t init_ttl; in hb_send() member
108 hb.init_ttl = cfg->hb_pub.ttl; in hb_send()

Completed in 9 milliseconds