equal
deleted
inserted
replaced
878 LOG_FUNC |
878 LOG_FUNC |
879 PanicInState(EL2CAPUnexpectedDataControllerEvent); |
879 PanicInState(EL2CAPUnexpectedDataControllerEvent); |
880 } |
880 } |
881 |
881 |
882 // State Transition Actions. |
882 // State Transition Actions. |
883 void TL2CAPSAPStateAccepting::Exit(CL2CAPConnectionSAP& /*aSAP*/) const |
883 void TL2CAPSAPStateAccepting::Exit(CL2CAPConnectionSAP& aSAP) const |
884 { |
884 { |
885 LOG_FUNC |
885 LOG_FUNC |
|
886 |
|
887 aSAP.RegisterCodService(); |
886 } |
888 } |
887 |
889 |
888 /*************************************************************************/ |
890 /*************************************************************************/ |
889 // |
891 // |
890 // TL2CAPSAPStateAwaitingInitialData Implementation |
892 // TL2CAPSAPStateAwaitingInitialData Implementation |