Searched defs:ObexServerConfig (Results 1 – 1 of 1) sorted by relevance
34 struct ObexServerConfig { struct35 bool useRfcomm_ = false; // If using Rfcomm, set to true36 uint8_t rfcommScn_ = 0; // The server's number37 …uint16_t rfcommMtu_ = 0; // The maximum size of data received at a time with rfcomm38 bool useL2cap_ = false; // If using L2Cap, set to true39 uint16_t l2capPsm_ = 0; // l2cap psm40 … uint16_t l2capMtu_ = 0; // The maximum size of data received at a time with l2cap41 bool isSupportSrm_ = false; // Is Support Single Request Mode42 bool isSupportReliableSession_ = false; // Is Use Reliable Session