Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp124 …static std::atomic_uint16_t nextAttributeHandle = 1; // The next attribute handle showed in appli… in GetNextAttributeHandle() local
125 if (nextAttributeHandle.load() == UINT16_MAX) { in GetNextAttributeHandle()
126 nextAttributeHandle = 1; in GetNextAttributeHandle()
128 return nextAttributeHandle++; in GetNextAttributeHandle()