bluetoothmgmt/btcommon/config.cfg
changeset 0 29b1cd4cb562
child 4 28479eeba3fb
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Bluetooth stack and communications
       
    15 // config.cfg for Bluetooth Sub-system
       
    16 // 
       
    17 //
       
    18 
       
    19 //MACRO USE_PUBLISH_AND_SUBSCRIBE
       
    20 MACRO PROXY_COMMUNICATES
       
    21 //MACRO HOSTCONTROLLER_TO_HOST_FLOW_CONTROL
       
    22 
       
    23 // to REMOVE AV protocols from bt_v2.prt and supply an BC "null" GAVDP
       
    24 //#define BLUETOOTH_NO_AV //<---- sets option in build files, and defines macro
       
    25 
       
    26 #if defined (BLUETOOTH_NO_AV)
       
    27 MACRO "BLUETOOTH_NO_AV"	//<---- sets option in source files
       
    28 #endif
       
    29 
       
    30 // Build support for sending SCO data via the RSocket interface.
       
    31 // This is primarily intended for testing as RSocket is not synchronous.
       
    32 #define STACK_SCO_DATA
       
    33 #if defined (STACK_SCO_DATA)
       
    34 MACRO "STACK_SCO_DATA"
       
    35 #endif