fat: Greatly simplify and clean up dosfs_get_file_map().
[haiku.git] / src / preferences / bluetooth / defs.h
blob5a5d1528cc0e612ddc6d9e2873af465f935cc184
1 #ifndef DEFS_H_
2 #define DEFS_H_
4 #include <bluetooth/LocalDevice.h>
6 #include <bluetoothserver_p.h>
9 #define APPLY_SETTINGS 'aply'
10 #define REVERT_SETTINGS 'rvrt'
11 #define DEFAULT_SETTINGS 'dflt'
12 #define TRY_SETTINGS 'trys'
14 #define ATTRIBUTE_CHOSEN 'atch'
15 #define UPDATE_COLOR 'upcl'
16 #define DECORATOR_CHOSEN 'dcch'
17 #define UPDATE_DECORATOR 'updc'
18 #define UPDATE_COLOR_SET 'upcs'
20 #define SET_VISIBLE 'sVis'
21 #define SET_DISCOVERABLE 'sDis'
22 #define SET_AUTHENTICATION 'sAth'
24 #define SET_UI_COLORS 'suic'
25 #define PREFS_CHOSEN 'prch'
27 // user interface
28 const uint32 kBorderSpace = 10;
29 const uint32 kItemSpace = 7;
31 static const uint32 kMsgAddToRemoteList = 'aDdL';
32 static const uint32 kMsgRefresh = 'rFLd';
34 extern LocalDevice* ActiveLocalDevice;
36 #endif