HomeSort by relevance Sort by last modified time
    Searched refs:OBEX_HTTP_PRECON_FAILED (Results 1 - 3 of 3) sorted by null

  /frameworks/base/obex/javax/obex/
ResponseCodes.java 240 * The value of <code>OBEX_HTTP_PRECON_FAILED</code> is 0xCC (204).
242 public static final int OBEX_HTTP_PRECON_FAILED = 0xCC;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 579 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
585 Log.w(TAG,"pushMessage: folderElement == null - sending OBEX_HTTP_PRECON_FAILED");
586 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
646 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
677 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
681 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
694 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
697 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 614 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
    [all...]

Completed in 899 milliseconds