Home
last modified time | relevance | path

Searched refs:waitEncryptAlarm (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c369 if (devInfo->waitEncryptAlarm != NULL) { in GapRemoteDeviceSupportHostSecureSimplePairingCallback()
370 AlarmSet(devInfo->waitEncryptAlarm, GAP_SEC_WAIT_ENCRYPT_TIME, GapWaitEncryptTimeout, devInfo); in GapRemoteDeviceSupportHostSecureSimplePairingCallback()
719 if (devInfo->waitEncryptAlarm == NULL) { in GapUpdateSecurityStatusFeatureComplete()
720 devInfo->waitEncryptAlarm = AlarmCreate("wait encrypt", false); in GapUpdateSecurityStatusFeatureComplete()
742 if (devInfo->waitEncryptAlarm != NULL) { in GapUpdateSecurityRequest()
743 AlarmCancel(devInfo->waitEncryptAlarm); in GapUpdateSecurityRequest()
744 AlarmDelete(devInfo->waitEncryptAlarm); in GapUpdateSecurityRequest()
745 devInfo->waitEncryptAlarm = NULL; in GapUpdateSecurityRequest()
750 if (devInfo->waitEncryptAlarm != NULL) { in GapUpdateSecurityRequest()
751 AlarmCancel(devInfo->waitEncryptAlarm); in GapUpdateSecurityRequest()
[all...]
H A Dgap_def.h233 Alarm *waitEncryptAlarm; member
H A Dgap.c882 if (devInfo->waitEncryptAlarm != NULL) { in GapFreeDeviceInfo()
883 AlarmCancel(devInfo->waitEncryptAlarm); in GapFreeDeviceInfo()
884 AlarmDelete(devInfo->waitEncryptAlarm); in GapFreeDeviceInfo()

Completed in 5 milliseconds