Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/lorawan/services/
Dclock_sync.c48 uint8_t req_token; member
131 if (token == ctx.req_token) { in clock_sync_package_callback()
133 ctx.req_token = (ctx.req_token + 1) % 16; in clock_sync_package_callback()
197 tx_buf[tx_pos++] = ctx.req_token; in clock_sync_app_time_req()
199 LOG_DBG("Sending clock sync AppTimeReq (token %d)", ctx.req_token); in clock_sync_app_time_req()