Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_manager.cpp76 std::set<int> stateSet; in GetDevicesByStates() local
86 stateSet.emplace(state); in GetDevicesByStates()
92 if (stateSet.find(item.connectState_) != stateSet.end()) { in GetDevicesByStates()