equal
deleted
inserted
replaced
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
18 #include <e32test.h> |
18 #include <e32test.h> |
19 #include <es_sock.h> |
19 #include <es_sock.h> |
20 #include <f32file.h> |
20 #include <f32file.h> |
21 #include <bt_sock.h> |
21 #include <bt_sock.h> |
22 #include <c32comm.h> |
22 #include <c32comm.h> |
23 #include "btmanclient.h" |
23 #include <btmanclient.h> |
24 #include "debug.h" |
24 #include "debug.h" |
25 #include <btsdp.h> |
25 #include <btsdp.h> |
26 #include <hciproxy.h> |
26 #include <hciproxy.h> |
|
27 #include <bluetooth/hci/hciopcodes.h> |
27 |
28 |
28 #if defined (__WINS__) |
29 #if defined (__WINS__) |
29 #define PDD_NAME _L("ECDRV") |
30 #define PDD_NAME _L("ECDRV") |
30 #define LDD_NAME _L("ECOMM") |
31 #define LDD_NAME _L("ECOMM") |
31 #else // __GCC32__ |
32 #else // __GCC32__ |