Searched refs:all_csis_start_handles (Results 1 – 1 of 1) sorted by relevance
2053 std::vector<uint16_t> all_csis_start_handles; in OnGattServiceSearchComplete() local2059 all_csis_start_handles.push_back(svrc.handle); in OnGattServiceSearchComplete()2063 if (all_csis_start_handles.size() == 0) { in OnGattServiceSearchComplete()2078 auto iter = std::find(all_csis_start_handles.begin(), in OnGattServiceSearchComplete()2079 all_csis_start_handles.end(), in OnGattServiceSearchComplete()2081 if (iter != all_csis_start_handles.end()) in OnGattServiceSearchComplete()2082 all_csis_start_handles.erase(iter); in OnGattServiceSearchComplete()2084 all_csis_start_handles.empty()); in OnGattServiceSearchComplete()2094 if (all_csis_start_handles.size()) { in OnGattServiceSearchComplete()2096 static_cast<int>(all_csis_start_handles.size())); in OnGattServiceSearchComplete()[all …]