HomeSort by relevance Sort by last modified time
    Searched full:obex (Results 151 - 175 of 191) sorted by null

1 2 3 4 5 67 8

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 63 import javax.obex.Authenticator;
64 import javax.obex.HeaderSet;
65 import javax.obex.ObexTransport;
66 import javax.obex.Operation;
67 import javax.obex.ResponseCodes;
68 import javax.obex.ServerRequestHandler;
69 import javax.obex.ServerSession;
484 updateStatus("[server:] The client has created an OBEX session");
533 updateStatus("[server:] The client has disconnected the OBEX session");
BluetoothShare.java 373 * the OBEX error "Precondition Failed", and it is also used in situations
408 * OBEX code.
414 * processing data at the OBEX level.
BluetoothOppShareInfo.java 38 * This class stores information about a single OBEX share, e.g. one object
BluetoothOppRfcommListener.java 118 mBtServerSocket = mAdapter.listenUsingInsecureRfcommWithServiceRecord("OBEX Object Push", BluetoothUuid.ObexObjectPush.getUuid());
BluetoothOppService.java 36 import javax.obex.ObexTransport;
270 Log.i(TAG, "Start Obex Server");
281 Log.i(TAG, "Start Obex Server in TCP DEBUG mode");
295 Log.i(TAG, "Start Obex Server");
    [all...]
BluetoothOppTransfer.java 35 import javax.obex.ObexTransport;
206 /* Handle the error state of an Obex session */
389 * OBEX session directly
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapRfcommTransport.java 43 import javax.obex.ObexTransport;
BluetoothPbapService.java 67 import javax.obex.ServerSession;
84 * Intent indicating incoming obex authentication request which is from
90 * Intent indicating obex session key input complete by user which is sent
96 * Intent indicating user canceled obex authentication session key input
341 ("OBEX Phonebook Access Server", BluetoothUuid.PBAP_PSE.getUuid());
447 // acquire the wakeLock before start Obex transaction thread
481 // Release the wake lock if obex transaction is over
496 // Last obex transaction is finished, we start to listen for incoming
576 Log.e(TAG, "catch exception starting obex server session"
BluetoothPbapObexServer.java 50 import javax.obex.ServerRequestHandler;
51 import javax.obex.ResponseCodes;
52 import javax.obex.ApplicationParameter;
53 import javax.obex.ServerOperation;
54 import javax.obex.Operation;
55 import javax.obex.HeaderSet;
471 /** To parse obex application parameter */
638 * Function to send obex header back to client such as get phonebook size
    [all...]
BluetoothPbapVcardManager.java 60 import javax.obex.ServerOperation;
61 import javax.obex.Operation;
62 import javax.obex.ResponseCodes;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 23 import javax.obex.ServerSession;
72 * Intent indicating incoming obex authentication request which is from
283 // acquire the wakeLock before start Obex transaction thread
296 // We need to get authentication now that obex server is up
313 // Release the wake lock if obex transaction is over
332 // Last obex transaction is finished, we start to listen for incoming
398 Log.e(TAG, "catch exception starting obex server session"
678 // start obex server and rfcomm connection
BluetoothMapAppParams.java 127 * OBEX header. The content of the {@link appParam} byte array will be
134 * the byte array containing the application parameters OBEX
148 * Parse an application parameter OBEX header stored in a ByteArray.
151 * the byte array containing the application parameters OBEX
    [all...]
  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 33 package javax.obex;
37 * will respond to OBEX requests made to the server.
54 * an OBEX operation and a Connection ID was specified, no Connection ID will be
ApplicationParameter.java 33 package javax.obex;
ObexHelper.java 33 package javax.obex;
45 * This class defines a set of helper methods for the implementation of Obex.
51 * Defines the basic packet length used by OBEX. Every OBEX packet has the
62 * The maximum packet size for OBEX packets that this client can handle. At
125 * The first two bits of an OBEX Header specifies the type of object that is
331 * Creates the header part of OBEX packet based on the header provided.
339 * @return the header of an OBEX packet
    [all...]
ServerOperation.java 33 package javax.obex;
47 * complete and requires an additional OBEX packet. 0x82 is a PUT request that
325 throw new IOException("OBEX Packet exceeds max packet size");
510 * @throws IOException if the transaction has already ended or if an OBEX
530 * Specifies the headers that should be sent in the next OBEX message that
ClientOperation.java 33 package javax.obex;
137 * @throws IOException if the transaction has already ended or if an OBEX
331 * Specifies the headers that should be sent in the next OBEX message that
444 throw new IOException("OBEX Packet exceeds max packet size");
PrivateInputStream.java 33 package javax.obex;
PrivateOutputStream.java 33 package javax.obex;
  /frameworks/base/data/etc/
platform.xml 141 <library name="javax.obex"
142 file="/system/framework/javax.obex.jar"/>
  /packages/apps/Bluetooth/
AndroidManifest_test.xml 23 <uses-library android:name="javax.obex" />
  /development/ide/eclipse/
.classpath 61 <classpathentry kind="src" path="frameworks/base/obex"/>
  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 125 /* Specifies whether or not client's user id is required during obex authentication */
  /external/bluetooth/bluedroid/include/
bt_target.h     [all...]
gki_target.h 229 Devices with small amount of RAM should limit the number of active obex objects.

Completed in 1901 milliseconds

1 2 3 4 5 67 8