bluetooth/btstack/common/btprt.cpp
branchRCL_3
changeset 56 015fa7494bd2
parent 0 29b1cd4cb562
equal deleted inserted replaced
49:10183c6d2913 56:015fa7494bd2
   348 
   348 
   349 void CBluetoothProtocolBase::DoStartListeningL(TUint aPort, TUint aSockType, TUint aQueSize, TUid aUid)
   349 void CBluetoothProtocolBase::DoStartListeningL(TUint aPort, TUint aSockType, TUint aQueSize, TUid aUid)
   350 	{
   350 	{
   351 	LOG_FUNC
   351 	LOG_FUNC
   352 	CServProviderBase* sap =iLowerProtocol->NewSAPL(aSockType);
   352 	CServProviderBase* sap =iLowerProtocol->NewSAPL(aSockType);
       
   353 	ASSERT_DEBUG(!iListener);
   353 	iListener=CIncomingConnectionListener::NewL(*this, sap, aPort, aQueSize, aUid);
   354 	iListener=CIncomingConnectionListener::NewL(*this, sap, aPort, aQueSize, aUid);
   354 	}
   355 	}
   355 
   356 
   356 TInt CBluetoothProtocolBase::ControlPlaneMessage(TBTControlPlaneMessage /*aMessage*/, TAny* /*aParam*/)
   357 TInt CBluetoothProtocolBase::ControlPlaneMessage(TBTControlPlaneMessage /*aMessage*/, TAny* /*aParam*/)
   357 	{
   358 	{