Revert some settings handling to how they work in OFW

This commit is contained in:
Willy-JL
2024-08-06 19:34:49 +02:00
parent 9adb1478e6
commit 083c17f09d
26 changed files with 72 additions and 81 deletions

View File

@@ -19,7 +19,7 @@
#include <bt/bt_settings.h>
#include <bt/bt_service/bt_keys_storage.h>
#define BT_KEYS_STORAGE_PATH CFG_PATH("bt.keys")
#include "bt_keys_filename.h"
typedef enum {
BtMessageTypeUpdateStatus,

View File

@@ -0,0 +1,5 @@
#pragma once
#define BT_KEYS_STORAGE_FILE_NAME ".bt.keys"
#define BT_KEYS_STORAGE_PATH INT_PATH(BT_KEYS_STORAGE_FILE_NAME)