bluetooth/btstack/linkmgr/hostresolver.cpp
branchRCL_3
changeset 22 786b94c6f0a4
parent 0 29b1cd4cb562
equal deleted inserted replaced
21:14e240312f6f 22:786b94c6f0a4
  2282 	if (!found)
  2282 	if (!found)
  2283 		{
  2283 		{
  2284 		TInquiryCacheAge ageInfo;
  2284 		TInquiryCacheAge ageInfo;
  2285 		ageInfo.iIAC = aIAC;
  2285 		ageInfo.iIAC = aIAC;
  2286 		ageInfo.iCacheAge = aAge;
  2286 		ageInfo.iCacheAge = aAge;
  2287 		iCacheAge.Append(ageInfo);
  2287 		(void)iCacheAge.Append(ageInfo);
  2288 		// If we can't append, there's not a lot we can do - we'll just have
  2288 		// If we can't append, there's not a lot we can do - we'll just have
  2289 		// to return KMaxTInt when someone asks for the age
  2289 		// to return KMaxTInt when someone asks for the age
  2290 		}
  2290 		}
  2291 	}
  2291 	}
  2292 
  2292