Searched refs:keep_alive_s (Results 1 – 2 of 2) sorted by relevance
233 uint16_t keep_alive_s; member
625 pos[idx++] = (uint8_t)((mqtt_handle->keep_alive_s >> 8) & 0x00FF); in _core_mqtt_conn_pkt()628 pos[idx++] = (uint8_t)((mqtt_handle->keep_alive_s) & 0x00FF); in _core_mqtt_conn_pkt()2363 mqtt_handle->keep_alive_s = CORE_MQTT_DEFAULT_KEEPALIVE_S; in aiot_mqtt_init()2462 mqtt_handle->keep_alive_s = *(uint16_t *)data; in aiot_mqtt_setopt()
Completed in 10 milliseconds