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

/system/bt/service/example/heart_rate/
H A Dheart_rate_server.h107 std::unordered_map<std::string, bool> pending_notification_map_; member in class:heart_rate::HeartRateServer
H A Dheart_rate_server.cc172 if (pending_notification_map_[iter.first]) continue;
180 if (status) pending_notification_map_[iter.first] = true;
481 pending_notification_map_[std::string(String8(device_address).string())] =

Completed in 196 milliseconds