bluetooth/btstack/common/bt.h
changeset 51 20ac952a623c
parent 48 22de2e391156
equal deleted inserted replaced
48:22de2e391156 51:20ac952a623c
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1999-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".
    19 #define BT_H
    19 #define BT_H
    20 
    20 
    21 #include <es_prot.h>
    21 #include <es_prot.h>
    22 #include "secman.h"
    22 #include "secman.h"
    23 #include "debug.h"
    23 #include "debug.h"
    24 #include "blogger.h"
       
    25 #include "btsockettimer.h"
    24 #include "btsockettimer.h"
    26 #include "codman.h"
    25 #include "codman.h"
    27 
    26 
    28 // This is the factory that ESOCK uses
    27 // This is the factory that ESOCK uses
    29 class CBluetoothProtocolBase;
    28 class CBluetoothProtocolBase;
    30 class CL2CAPProtocol;
    29 class CL2CAPProtocol;
    31 class CRfcommProtocol;
    30 class CRfcommProtocol;
    32 class CBlogger;
       
    33 class CIncomingConnectionListener;
    31 class CIncomingConnectionListener;
    34 
    32 
    35 typedef TLinkType TPhysicalLinkPort;
    33 typedef TLinkType TPhysicalLinkPort;
    36 
    34 
    37 enum TBTControlPlaneMessage
    35 enum TBTControlPlaneMessage