bluetooth/btstack/linkmgr/linkmgr.cpp
branchRCL_3
changeset 17 32ba20339036
parent 11 20fda83a6398
child 25 99439b07e980
equal deleted inserted replaced
16:9f17f914e828 17:32ba20339036
   650 	}
   650 	}
   651 
   651 
   652 void CLinkMgrProtocol::ExternalOpenInit()
   652 void CLinkMgrProtocol::ExternalOpenInit()
   653 	{
   653 	{
   654 	LOG_FUNC
   654 	LOG_FUNC
   655 	TRAP_IGNORE(iLocalNamePublisher = CEirPublisherLocalName::NewL());
   655 	TRAP_IGNORE(iLocalNamePublisher = CEirPublisherLocalName::NewL(*iEirManServer));
   656 	TRAP_IGNORE(iTxPowerLevelPublisher = CEirPublisherTxPowerLevel::NewL());
   656 	TRAP_IGNORE(iTxPowerLevelPublisher = CEirPublisherTxPowerLevel::NewL(*iEirManServer));
   657 	if(iLocalNamePublisher)
   657 	if(iLocalNamePublisher)
   658 		{
   658 		{
   659 		// Publish the initial name.
   659 		// Publish the initial name.
   660 		iLocalNamePublisher->UpdateName(iLocalDeviceSettings.DeviceName());
   660 		iLocalNamePublisher->UpdateName(iLocalDeviceSettings.DeviceName());
   661 		}
   661 		}