Searched refs:mqtt_client_name (Results 1 – 1 of 1) sorted by relevance
48 static const char mqtt_client_name[] = CONFIG_AWS_THING_NAME; variable247 client_ctx.client_id.utf8 = (uint8_t *)mqtt_client_name; in aws_client_setup()248 client_ctx.client_id.size = sizeof(mqtt_client_name) - 1; in aws_client_setup()