windows: store link key in current dir instead of /tmp

This commit is contained in:
Matthias Ringwald 2016-12-02 17:45:38 +01:00
parent 341c09ee6e
commit 9419a14f96

View File

@ -45,7 +45,11 @@
#include "btstack_util.h"
#ifdef _WIN32
#define LINK_KEY_PATH ""
#else
#define LINK_KEY_PATH "/tmp/"
#endif
#define LINK_KEY_PREFIX "btstack_at_"
#define LINK_KEY_FOR "_link_key_for_"
#define LINK_KEY_SUFFIX ".txt"