bluetooth/btstack/common/btprt.cpp
changeset 51 20ac952a623c
parent 0 29b1cd4cb562
equal deleted inserted replaced
48:22de2e391156 51:20ac952a623c
   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 	{