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

/system/bt/service/
H A Dgatt_server.cc201 if (pending_indications_.find(conn->conn_id) !=
202 pending_indications_.end()) {
224 pending_indications_[conn->conn_id] = pending_ind;
511 const auto& pending_ind_iter = pending_indications_.find(conn_id);
512 if (pending_ind_iter == pending_indications_.end()) {
518 pending_indications_.erase(pending_ind_iter);
H A Dgatt_server.h260 pending_indications_; member in class:bluetooth::GattServer

Completed in 158 milliseconds