initial Bluetooth Device Model addition
[profile/ivi/bluetooth-qt.git] / btprofiles.h
1 /*  -*- Mode: C++ -*-
2  *
3  * meego handset bluetooth
4  * Copyright © 2010, Intel Corporation.
5  *
6  * This program is licensed under the terms and conditions of the
7  * Apache License, version 2.0.  The full text of the Apache License is at
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  */
11
12 #ifndef BTPROFILES_H
13 #define BTPROFILES_H
14
15 #include <QMap>
16
17 namespace BluetoothProfiles
18 {
19
20         const char a2sink[] = "0000110b-0000-1000-8000-00805f9b34fb";
21         const char a2src[] = "0000110a-0000-1000-8000-00805f9b34fb";
22         const char syncml[] = "00005601-0000-1000-8000-0002ee000001";
23         const char hf[] = "0000111e-0000-1000-8000-00805f9b34fb";
24         const char hfag[] = "0000111f-0000-1000-8000-00805f9b34fb";
25         const char hs[] = "00001108-0000-1000-8000-00805f9b34fb";
26         const char hsag[] = "00001112-0000-1000-8000-00805f9b34fb";
27         const char opush[] = "00001105-0000-1000-8000-00805f9b34fb";
28         const char ftp[] = "00001106-0000-1000-8000-00805f9b34fb";
29         const char panu[] = "00001115-0000-1000-8000-00805f9b34fb";
30         const char spp[] = "00001101-0000-1000-8000-00805f9b34fb";
31 }
32 #endif // BTPROFILES_H