Searched refs:ObexTransport (Results 1 – 5 of 5) sorted by relevance
56 public interface ObexTransport { interface
73 private final ObexTransport mTransport;75 public ClientSession(final ObexTransport trans) throws IOException { in ClientSession()91 public ClientSession(final ObexTransport trans, final boolean supportsSrm) throws IOException { in ClientSession()
52 private ObexTransport mTransport;74 public ServerSession(ObexTransport trans, ServerRequestHandler handler, Authenticator auth) in ServerSession()739 public ObexTransport getTransport() { in getTransport()
1070 public static int getMaxTxPacketSize(ObexTransport transport) { in getMaxTxPacketSize()1080 public static int getMaxRxPacketSize(ObexTransport transport) { in getMaxRxPacketSize()
88 private ObexTransport mTransport;