bluetoothmgmt/btconfig/esock399_single_thread/readme.txt
changeset 0 29b1cd4cb562
child 4 28479eeba3fb
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 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 //
       
    15 
       
    16 Until the pan profile has been updated to run correctly with the pan agent in
       
    17 the control thread and the bnep packet driver in the data thread ESock will
       
    18 need to be run in single thread mode. To use the post-399 version of ESock in
       
    19 single thread mode (data and control planes running in the same thread) you
       
    20 need to:
       
    21 
       
    22 1) Remove the esock_mip.cmi and esock_dip.cmi files from the 
       
    23 \epoc32\release\{TARGET}\{RELEASE}\z\private\101F7988 directory.
       
    24 
       
    25 2) Copy the esock_ip.cmi and esock_bt.cmi files from this directory into the
       
    26 \epoc32\release\{TARGET}\{RELEASE}\z\private\101F7988 directory, replacing the
       
    27 existing esock_bt.cmi file.
       
    28