Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c568 if (deviceInfo->linkkeyType == AUTHENTICATED_COMBINATION_KEY_GENERATED_FROM_P192 || in GapDeviceLinkkeyIsAuthenticated()
569 deviceInfo->linkkeyType == AUTHENTICATED_COMBINATION_KEY_GENERATED_FROM_P256 || in GapDeviceLinkkeyIsAuthenticated()
570 deviceInfo->linkkeyType == COMBINATION_KEY) { in GapDeviceLinkkeyIsAuthenticated()
1547 devInfo->linkkeyType = eventParam->keyType; in GapOnLinkKeyNotificationEvent()
1570 } else if (devInfo != NULL && devInfo->linkkeyType != GAP_LINK_KEY_TYPE_UNKNOWN && in GapOnLinkKeyRequestEvent()
1625 devInfo->linkkeyType = keyType; in GAP_LinkKeyRsp()
H A Dgap_def.h224 uint8_t linkkeyType; member
H A Dgap.c1176 deviceInfo->linkkeyType = GAP_LINK_KEY_TYPE_UNKNOWN; in GapAllocDeviceInfo()