Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_send.c218 AlarmSet(encCmd->timeoutTimer, SMP_PAIR_WAIT_TIME, SMP_EncCmdTimeout, encCmd); in SMP_SendLeEncryptCmd()
449 if (pEncCmd->timeoutTimer != NULL) { in SMP_FreeEncCmd()
450 AlarmCancel(pEncCmd->timeoutTimer); in SMP_FreeEncCmd()
451 AlarmDelete(pEncCmd->timeoutTimer); in SMP_FreeEncCmd()
452 pEncCmd->timeoutTimer = NULL; in SMP_FreeEncCmd()
469 pEncCmd->timeoutTimer = AlarmCreate("", false); in SMP_AllocEncCmd()
615 AlarmCancel(encCmd->timeoutTimer); in SMP_Aes128Hardware()
643 AlarmCancel(encCmd->timeoutTimer); in SMP_Aes128Software()
H A Dsmp_def.h177 Alarm *timeoutTimer; member
H A Dsmp_hci_event.c394 AlarmCancel(pEncCmdData->timeoutTimer); in SMP_OnLeEncCompTask()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c65 Alarm *timeoutTimer; member
164 connection->timeoutTimer = AlarmCreate(NULL, false); in AllocAclConnection()
177 if (aclConnection->timeoutTimer != NULL) { in FreeAclConnection()
178 AlarmCancel(aclConnection->timeoutTimer); in FreeAclConnection()
179 AlarmDelete(aclConnection->timeoutTimer); in FreeAclConnection()
180 aclConnection->timeoutTimer = NULL; in FreeAclConnection()
524 AlarmSet(connection->timeoutTimer, in BtmOnConnectionComplete()
1769 AlarmCancel(connection->timeoutTimer); in BTM_AclAddRef()
1791 AlarmSet(connection->timeoutTimer, ACL_PASSIVE_TIMEOUT, BtmAclTimeout, connection); in BtmReleaseConnection()