Home
last modified time | relevance | path

Searched refs:loc_max_len (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/uwb/halimpl/utils/
DphNxpConfig.cc745 const long loc_max_len = 260; in init() local
746 auto loc = make_unique<char[]>(loc_max_len); in init()
753 … if (!NxpConfig_GetStrArrayVal(NAME_COUNTRY_CODE_CAP_FILE_LOCATION, i, loc.get(), loc_max_len)) { in init()