Searched refs:m_max_packet_size (Results 1 – 3 of 3) sorted by relevance
105 m_max_packet_size(0), m_qSupported_response(), in GDBRemoteCommunicationClient()203 if (m_max_packet_size == 0) { in GetRemoteMaxPacketSize()206 return m_max_packet_size; in GetRemoteMaxPacketSize()324 m_max_packet_size = 0; in ResetDiscoverableSettings()345 m_max_packet_size = UINT64_MAX; // It's supposed to always be there, but if in GetRemoteQSupported()440 m_max_packet_size = in GetRemoteQSupported()442 if (m_max_packet_size == 0) { in GetRemoteQSupported()443 m_max_packet_size = UINT64_MAX; // Must have been a garbled response in GetRemoteQSupported()
591 uint64_t m_max_packet_size; // as returned by qSupported variable
1101 * RNBRemote.h: Add m_max_packet_size to class defn.