Searched refs:pending_ind (Results 1 – 1 of 1) sorted by relevance
206 std::shared_ptr<PendingIndication> pending_ind( in SendNotification() local236 pending_indications_[conn->conn_id] = pending_ind; in SendNotification()529 std::shared_ptr<PendingIndication> pending_ind = pending_ind_iter->second; in IndicationSentCallback() local532 if (status == BT_STATUS_SUCCESS) pending_ind->has_success = true; in IndicationSentCallback()535 if (pending_ind.unique() && pending_ind->callback) { in IndicationSentCallback()536 pending_ind->callback(pending_ind->has_success in IndicationSentCallback()