// Copyright (c) Acconeer AB, 2019-2021
// All rights reserved


#ifndef REF_APP_SMART_PRESENCE_H_
#define REF_APP_SMART_PRESENCE_H_

#include <stdbool.h>

/**
 * @brief Smart presence reference application
 *
 * @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE
 */
int acc_ref_app_smart_presence(int argc, char *argv[]);


#endif