Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c41 static Mutex *g_lePairedDevicesLock = NULL; variable
203 g_lePairedDevicesLock = MutexCreate(); in BtmInitLeSecurity()
222 if (g_lePairedDevicesLock != NULL) { in BtmCloseLeSecurity()
223 MutexDelete(g_lePairedDevicesLock); in BtmCloseLeSecurity()
224 g_lePairedDevicesLock = NULL; in BtmCloseLeSecurity()
257 MutexLock(g_lePairedDevicesLock); in BtmStopLeSecurity()
259 MutexUnlock(g_lePairedDevicesLock); in BtmStopLeSecurity()
268 MutexLock(g_lePairedDevicesLock); in BTM_SetLePairedDevices()
310 MutexUnlock(g_lePairedDevicesLock); in BTM_SetLePairedDevices()
323 MutexLock(g_lePairedDevicesLock); in BTM_AddLePairedDevice()
[all...]

Completed in 2 milliseconds