equal
deleted
inserted
replaced
50 } |
50 } |
51 |
51 |
52 CeSCOLink::CeSCOLink(CPhysicalLinksManager& aLinksMan, CPhysicalLink* aPhysicalLink) |
52 CeSCOLink::CeSCOLink(CPhysicalLinksManager& aLinksMan, CPhysicalLink* aPhysicalLink) |
53 : CBTSynchronousLink(aLinksMan, aPhysicalLink, EeSCOLink) |
53 : CBTSynchronousLink(aLinksMan, aPhysicalLink, EeSCOLink) |
54 { |
54 { |
|
55 LOG_FUNC |
55 iUserPacketTypes = TBTSyncPackets::ESyncAnyESCOPacket; |
56 iUserPacketTypes = TBTSyncPackets::ESyncAnyESCOPacket; |
56 } |
57 } |
57 |
58 |
58 void CeSCOLink::ConstructL() |
59 void CeSCOLink::ConstructL() |
59 { |
60 { |
60 CBTSynchronousLink::ConstructL(); |
61 CBTSynchronousLink::ConstructL(); |
61 } |
62 } |
62 |
63 |
63 CeSCOLink::~CeSCOLink() |
64 CeSCOLink::~CeSCOLink() |
64 { |
65 { |
|
66 LOG_FUNC |
65 } |
67 } |
66 |
68 |
67 TInt CeSCOLink::GetOption(TUint aLevel, TUint aName, TDes8& aOption) const |
69 TInt CeSCOLink::GetOption(TUint aLevel, TUint aName, TDes8& aOption) const |
68 { |
70 { |
69 if (aLevel != KSolBtESCO) |
71 if (aLevel != KSolBtESCO) |