bluetooth/btstack/linkmgr/ProxySAP.cpp
branchRCL_3
changeset 23 5b153be919d4
parent 17 32ba20339036
child 24 e9b924a62a66
equal deleted inserted replaced
22:786b94c6f0a4 23:5b153be919d4
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-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".
    24 #include "Basebandmodel.h"
    24 #include "Basebandmodel.h"
    25 #include "BTSec.h"
    25 #include "BTSec.h"
    26 #include "linkmgr.h"
    26 #include "linkmgr.h"
    27 
    27 
    28 #include <bluetooth/hci/aclpacketconsts.h>
    28 #include <bluetooth/hci/aclpacketconsts.h>
       
    29 #include <bluetooth/hci/hciconsts.h>
    29 
    30 
    30 #ifdef __FLOG_ACTIVE
    31 #ifdef __FLOG_ACTIVE
    31 _LIT8(KLogComponent, LOG_COMPONENT_LINKMGR);
    32 _LIT8(KLogComponent, LOG_COMPONENT_LINKMGR);
    32 #endif
    33 #endif
    33 
    34