--- a/bluetooth/btstack/linkmgr/eSCOSAP.cpp Thu Sep 23 17:06:47 2010 +0300
+++ b/bluetooth/btstack/linkmgr/eSCOSAP.cpp Wed Oct 13 16:20:29 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