Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_server.cc142 if (tmp->request_id_to_handle.find(request_id) == in SendResponse()
143 tmp->request_id_to_handle.end()) in SendResponse()
160 int handle = connection->request_id_to_handle[request_id]; in SendResponse()
178 connection->request_id_to_handle.erase(request_id); in SendResponse()
356 conn->request_id_to_handle[trans_id] = attribute_handle; in RequestReadCharacteristicCallback()
389 conn->request_id_to_handle[trans_id] = attribute_handle; in RequestReadDescriptorCallback()
427 if (need_rsp) conn->request_id_to_handle[trans_id] = attr_handle; in RequestWriteCharacteristicCallback()
466 if (need_rsp) conn->request_id_to_handle[trans_id] = attr_handle; in RequestWriteDescriptorCallback()
501 conn->request_id_to_handle[trans_id] = -1; in RequestExecWriteCallback()
560 if (conn->request_id_to_handle.find(request_id) != in GetConnection()
[all …]
Dgatt_server.h177 std::unordered_map<int, int> request_id_to_handle; member