Home
last modified time | relevance | path

Searched defs:ChppTransportState (Results 1 – 1 of 1) sorted by relevance

/system/chre/chpp/include/chpp/
Dtransport.h394 struct ChppTransportState { struct
395 struct ChppAppState *appContext; // Pointer to app layer context
397 struct ChppRxStatus rxStatus; // Rx state and location within
398 struct ChppTransportHeader rxHeader; // Rx packet header
399 struct ChppTransportFooter rxFooter; // Rx packet footer (checksum)
400 struct ChppDatagram rxDatagram; // Rx datagram
401 uint8_t loopbackResult; // Last transport-layer loopback test result as an
404 struct ChppTxStatus txStatus; // Tx state
405 struct ChppTxDatagramQueue txDatagramQueue; // Queue of datagrams to be Tx
407 size_t linkBufferSize; // Number of bytes currently in the Tx Buffer
[all …]