Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c43 uint16_t resolveIndex; member
273 const uint8_t *keyPtr = info->IRKList[info->resolveIndex].irk.key; in GapRPAResolveProcess()
301 if (memcmp(info->IRKList[info->resolveIndex].irk.key, irk, GAP_IRK_SIZE)) { in GapResolveRPAResult()
304 … BTM_UpdateCurrentRemoteAddress(&info->IRKList[info->resolveIndex].addr, &info->addr); in GapResolveRPAResult()
305 …(void)memcpy_s(&info->addr, sizeof(BtAddr), &info->IRKList[info->resolveIndex].addr, sizeof(BtAddr… in GapResolveRPAResult()
309 info->resolveIndex++; in GapResolveRPAResult()
310 if (info->resolveIndex == info->listCount) { in GapResolveRPAResult()
368 info->resolveIndex = 0; in GapLeAllocAdvReportRPAResolveInfo()