Searched refs:echo_state (Results 1 – 1 of 1) sorted by relevance
2558 int echo_state = -1; in profile_handler() local2582 echo_state = (line[1] == '1') ? 1 : 0; in profile_handler()2585 LOG_DBG("echo: %d", echo_state); in profile_handler()2590 iface_ctx.mdm_echo_is_on = (echo_state != 0); in profile_handler()