Searched refs:g_MapGattClientMutex (Results 1 – 1 of 1) sorted by relevance
66 static std::mutex g_MapGattClientMutex; variable89 std::lock_guard<std::mutex> lock(g_MapGattClientMutex); in GattcFindCharacteristic()341 std::lock_guard<std::mutex> lock(g_MapGattClientMutex); in BleGattcRegister()362 std::lock_guard<std::mutex> lock(g_MapGattClientMutex); in BleGattcUnRegister()388 std::lock_guard<std::mutex> lock(g_MapGattClientMutex); in BleGattcSetFastestConn()411 std::lock_guard<std::mutex> lock(g_MapGattClientMutex); in BleGattcConnect()474 std::lock_guard<std::mutex> lock(g_MapGattClientMutex); in BleGattcSetPriority()508 std::lock_guard<std::mutex> lock(g_MapGattClientMutex); in BleGattcDisconnect()534 std::lock_guard<std::mutex> lock(g_MapGattClientMutex); in BleGattcSearchServices()563 std::lock_guard<std::mutex> lock(g_MapGattClientMutex); in BleGattcGetService()[all …]