Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c156 static Mutex *g_autoConnectLock = NULL; variable
222 g_autoConnectLock = MutexCreate(); in BtmAclAllocRes()
278 if (g_autoConnectLock != NULL) { in BtmAclFreeRes()
279 MutexDelete(g_autoConnectLock); in BtmAclFreeRes()
280 g_autoConnectLock = NULL; in BtmAclFreeRes()
735 MutexLock(g_autoConnectLock); in BtmStartAutoConnection()
741 MutexUnlock(g_autoConnectLock); in BtmStartAutoConnection()
753 MutexLock(g_autoConnectLock); in BtmStopAutoConnection()
759 MutexUnlock(g_autoConnectLock); in BtmStopAutoConnection()
782 MutexLock(g_autoConnectLock); in BtmLeCreateConnection()
[all...]

Completed in 3 milliseconds