Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
Dobex_server.h34 struct ObexServerConfig { struct
35 bool useRfcomm_ = false; // If using Rfcomm, set to true
36 uint8_t rfcommScn_ = 0; // The server's number
37 …uint16_t rfcommMtu_ = 0; // The maximum size of data received at a time with rfcomm
38 bool useL2cap_ = false; // If using L2Cap, set to true
39 uint16_t l2capPsm_ = 0; // l2cap psm
40 … uint16_t l2capMtu_ = 0; // The maximum size of data received at a time with l2cap
41 bool isSupportSrm_ = false; // Is Support Single Request Mode
42 bool isSupportReliableSession_ = false; // Is Use Reliable Session