Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp121 static std::atomic_uint16_t nextAttributeHandle = 1; // The next attribute handle showed in application. in GetNextAttributeHandle() local
122 if (nextAttributeHandle.load() == UINT16_MAX) { in GetNextAttributeHandle()
123 nextAttributeHandle = 1; in GetNextAttributeHandle()
125 return nextAttributeHandle++; in GetNextAttributeHandle()

Completed in 2 milliseconds