Index: sources/storage/StorageGlobals.h =================================================================== diff -u -rcb5477be624b09e13d5fc4498634ca621722fd0e -r5220c64dd3a0fc9c322a68884e73503bb7893d12 --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision cb5477be624b09e13d5fc4498634ca621722fd0e) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 5220c64dd3a0fc9c322a68884e73503bb7893d12) @@ -24,13 +24,16 @@ extern const char *USB_File_System; // Log - extern const char *Log_Base_Path_Name ; + extern const char *Log_Base_Path_Name; extern const char *Log_Base_Path_Name_Location; - extern const char *Log_File_Name ; + extern const char *Log_File_Name; // Treatment - extern const char *Treatment_Base_Dir ; - extern const char *Treatment_Profiles_Dir ; + extern const char *Treatment_Base_Dir; + extern const char *Treatment_Profiles_Dir; extern const char *Treatment_Parameter_Ranges_Path_JSON; - extern const char *SDCard_Base_Path_Name ; + extern const char *SDCard_Base_Path_Name; + + // Bluetooth + extern const char *Bluetooth_Saved_Devices_Path_JSON; }