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.c49 uint8_t req_token; member
130 if (token == ctx.req_token) { in clock_sync_package_callback()
132 ctx.req_token = (ctx.req_token + 1) % 16; in clock_sync_package_callback()
196 tx_buf[tx_pos++] = ctx.req_token; in clock_sync_app_time_req()
198 LOG_DBG("Sending clock sync AppTimeReq (token %d)", ctx.req_token); in clock_sync_app_time_req()