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