Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c175 BtmAclConnection *aclConnection = (BtmAclConnection *)connection; in FreeAclConnection() local
176 if (aclConnection != NULL) { in FreeAclConnection()
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()

Completed in 4 milliseconds