Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/lorawan/services/
Dclock_sync.c48 uint8_t req_token; member
125 if (token == ctx.req_token) { in clock_sync_package_callback()
127 ctx.req_token = (ctx.req_token + 1) % 16; in clock_sync_package_callback()
182 tx_buf[tx_pos++] = ctx.req_token; in clock_sync_app_time_req()
184 LOG_DBG("Sending clock sync AppTimeReq (token %d)", ctx.req_token); in clock_sync_app_time_req()