bluetooth/btstack/l2cap/l2sapstates.cpp
branchCompilerCompatibility
changeset 11 047299a3352b
parent 8 2b6718f05bdb
child 48 22de2e391156
equal deleted inserted replaced
9:11ebbc215b05 11:047299a3352b
   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