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 239 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
277 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
295 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
307 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 569 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
774 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
803 return ResponseCodes.OBEX_HTTP_PRECON_FAILED;
    [all...]

Completed in 167 milliseconds