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

  /frameworks/base/obex/javax/obex/
ResponseCodes.java 198 * The value of <code>OBEX_HTTP_NOT_ACCEPTABLE</code> is 0xC6 (198).
200 public static final int OBEX_HTTP_NOT_ACCEPTABLE = 0xC6;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequestPullVcardEntry.java 81 responseCode != ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 188 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;
194 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;
199 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;
343 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;
381 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;
388 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;
433 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsObexServer.java 59 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 317 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;
323 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;
328 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;
594 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;
619 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 472 || responseCode == ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE) {
516 || responseCode == ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE) {
BluetoothOppObexServerSession.java 540 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE;

Completed in 162 milliseconds