Searched refs:request_id_to_handle (Results 1 – 2 of 2) sorted by relevance
140 if (tmp->request_id_to_handle.find(request_id) == in SendResponse()141 tmp->request_id_to_handle.end()) in SendResponse()158 int handle = connection->request_id_to_handle[request_id]; in SendResponse()176 connection->request_id_to_handle.erase(request_id); in SendResponse()354 conn->request_id_to_handle[trans_id] = attribute_handle; in RequestReadCharacteristicCallback()387 conn->request_id_to_handle[trans_id] = attribute_handle; in RequestReadDescriptorCallback()425 if (need_rsp) conn->request_id_to_handle[trans_id] = attr_handle; in RequestWriteCharacteristicCallback()464 if (need_rsp) conn->request_id_to_handle[trans_id] = attr_handle; in RequestWriteDescriptorCallback()499 conn->request_id_to_handle[trans_id] = -1; in RequestExecWriteCallback()558 if (conn->request_id_to_handle.find(request_id) != in GetConnection()[all …]
177 std::unordered_map<int, int> request_id_to_handle; member