Home
last modified time | relevance | path

Searched refs:OBEX_HTTP_NOT_ACCEPTABLE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/obex/javax/obex/
DResponseCodes.java200 public static final int OBEX_HTTP_NOT_ACCEPTABLE = 0xC6; field in ResponseCodes
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMnsObexServer.java59 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onConnect()