bluetooth/btstack/rfcomm/rfcommsap.cpp
branchRCL_3
changeset 8 2b6718f05bdb
parent 0 29b1cd4cb562
child 13 16aa830c86c8
equal deleted inserted replaced
4:28479eeba3fb 8:2b6718f05bdb
   595 	clone->iParentSAP=this;
   595 	clone->iParentSAP=this;
   596 
   596 
   597 	//	Ensure the parent doesn't forget its clone
   597 	//	Ensure the parent doesn't forget its clone
   598 	iClonedChildren.Append(clone);	
   598 	iClonedChildren.Append(clone);	
   599 
   599 
       
   600 	clone->SetCodServiceBits(iCodServiceBits);
       
   601 	
   600 	return clone;
   602 	return clone;
   601 	}
   603 	}
   602 
   604 
   603 void CRfcommSAP::ChildConnected(CRfcommSAP& aRfcommSAP)
   605 void CRfcommSAP::ChildConnected(CRfcommSAP& aRfcommSAP)
   604 	/**
   606 	/**