Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_server.h182 struct PendingIndication { struct
183 explicit PendingIndication(const GattCallback& callback) in PendingIndication() argument
259 std::unordered_map<int, std::shared_ptr<PendingIndication>>
Dgatt_server.cc203 std::shared_ptr<PendingIndication> pending_ind( in SendNotification()
204 new PendingIndication(callback)); in SendNotification()
526 std::shared_ptr<PendingIndication> pending_ind = pending_ind_iter->second; in IndicationSentCallback()