Type cast to correct data type for comparision in NANTLV_ReadTlv
pOutTlv->length is of type u16 while the inBufferSize is int. The comparision between these different types is incorrect. Hence, Type cast to correct data type for comparision in NANTLV_ReadTlv. Change-Id: I72f96622f1264777e6f66ed8962b99369498c873 CRs-fixed: 2884038
Loading
Please sign in to comment