Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_server.cc210 if (pending_indications_.find(conn->conn_id) != in SendNotification()
211 pending_indications_.end()) { in SendNotification()
233 pending_indications_[conn->conn_id] = pending_ind; in SendNotification()
520 const auto& pending_ind_iter = pending_indications_.find(conn_id); in IndicationSentCallback()
521 if (pending_ind_iter == pending_indications_.end()) { in IndicationSentCallback()
527 pending_indications_.erase(pending_ind_iter); in IndicationSentCallback()
Dgatt_server.h260 pending_indications_; variable