Searched defs:ObexServerSockets (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DObexServerSockets.java45 * In both cases the {@link ObexServerSockets} object have terminated, and a new must be created.
47 public class ObexServerSockets { class
49 private static final String STAG = "ObexServerSockets";
63 private ObexServerSockets(IObexConnectionHandler conHandler, BluetoothServerSocket rfcommSocket, method in class:ObexServerSockets
68 mTag = "ObexServerSockets" + sInstanceCounter++;
75 * @return a reference to a {@link ObexServerSockets} object instance.
78 public static ObexServerSockets create(IObexConnectionHandler validator) {
88 * @return a reference to a {@link ObexServerSockets} object instance.
91 public static ObexServerSockets createInsecure(IObexConnectionHandler validator) {
102 * {@link #getRfcommChannel()} in {@link ObexServerSockets}
[all...]

Completed in 105 milliseconds