Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp64 static std::atomic<int> g_clientIncrease(0); variable
342 g_clientIncrease++; in BleGattcRegister()
348 int clientId = g_clientIncrease.load(); in BleGattcRegister()