diff -r 10183c6d2913 -r 015fa7494bd2 bluetooth/btstack/linkmgr/eSCOSAP.cpp --- a/bluetooth/btstack/linkmgr/eSCOSAP.cpp Wed Sep 15 13:27:26 2010 +0300 +++ b/bluetooth/btstack/linkmgr/eSCOSAP.cpp Wed Oct 13 15:48:34 2010 +0300 @@ -52,6 +52,7 @@ CeSCOLink::CeSCOLink(CPhysicalLinksManager& aLinksMan, CPhysicalLink* aPhysicalLink) : CBTSynchronousLink(aLinksMan, aPhysicalLink, EeSCOLink) { + LOG_FUNC iUserPacketTypes = TBTSyncPackets::ESyncAnyESCOPacket; } @@ -62,6 +63,7 @@ CeSCOLink::~CeSCOLink() { + LOG_FUNC } TInt CeSCOLink::GetOption(TUint aLevel, TUint aName, TDes8& aOption) const