Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_server.cc205 std::shared_ptr<PendingIndication> pending_ind( in SendNotification() local
235 pending_indications_[conn->conn_id] = pending_ind; in SendNotification()
528 std::shared_ptr<PendingIndication> pending_ind = pending_ind_iter->second; in IndicationSentCallback() local
531 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()