Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c164 if (devInfo->status == GAP_DEV_SEC_STATUS_IDLE) { in GapDoSecurityAction()
180 devInfo->status = GAP_DEV_SEC_STATUS_IDLE; in GapDoSecurityAction()
192 devInfo->status = GAP_DEV_SEC_STATUS_IDLE; in GapDoSecurityAction()
197 devInfo->status = GAP_DEV_SEC_STATUS_IDLE; in GapDoSecurityAction()
258 devInfo->status = GAP_DEV_SEC_STATUS_IDLE; in GapCheckConnection()
1101 devInfo->status = GAP_DEV_SEC_STATUS_IDLE; in GAP_CancelAuthenticationReq()
H A Dgap_def.h108 GAP_DEV_SEC_STATUS_IDLE, enumerator
H A Dgap.c1172 deviceInfo->status = GAP_DEV_SEC_STATUS_IDLE; in GapAllocDeviceInfo()