Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c390 if (deviceInfo->securityStatus == GAP_LE_SECURITY_STATUS_PAIR) { in GapLePairResult()
391 deviceInfo->securityStatus = GAP_LE_SECURITY_STATUS_IDLE; in GapLePairResult()
715 if (deviceInfo->securityStatus != GAP_LE_SECURITY_STATUS_IDLE) { in GapLeRequestSecurityProcess()
823 if (deviceInfo->securityStatus == GAP_LE_SECURITY_STATUS_IDLE) { in GapLePair()
824 deviceInfo->securityStatus = GAP_LE_SECURITY_STATUS_PAIR; in GapLePair()
H A Dgap_def.h289 uint8_t securityStatus; member