Searched defs:ObexClientConfig (Results 1 – 1 of 1) sorted by relevance
43 struct ObexClientConfig { struct45 uint16_t lpsm_ = 0; // l2cap's local psm while use l2cap46 uint16_t scn_ = 0; // Rfcomm's channel num/ l2cap's psm47 uint16_t mtu_ = 0; // The Maximum OBEX Packet Length.Default 1024byte48 bool isGoepL2capPSM_ = false; // L2cap:true, rfcomm:false49 bool isSupportSrm_ = false; // Using Single Response Mode50 bool isSupportReliableSession_ = false; // Using reliable session