Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java244 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onConnect()
252 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onConnect()
257 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onConnect()
424 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onGet()
472 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onGet()
481 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onGet()
551 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onGet()
1188 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in pullVcardEntry()
1197 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in pullVcardEntry()
1213 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in pullVcardEntry()
[all …]
/aosp12/frameworks/base/obex/javax/obex/
H A DResponseCodes.java200 public static final int OBEX_HTTP_NOT_ACCEPTABLE = 0xC6; field in ResponseCodes
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpBipObexServer.java106 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onConnect()
308 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; // BIP Section 5.3 unsupported format in handleGetImage()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMnsObexServer.java76 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onConnect()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java351 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onConnect()
359 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onConnect()
364 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onConnect()
673 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in pushMessage()
719 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in pushMessage()
1099 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onGet()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/
H A DAvrcpBipObexServerTest.java209 assertThat(responseCode).isEqualTo(ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE); in testConnectWithInvalidUuidHeader()
404 assertThat(responseCode).isEqualTo(ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE); in testGetImageWithValidHandleAndInvalidDescriptor()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexClientSession.java548 || responseCode == ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE) { in sendFile()
599 || responseCode == ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE) { in sendFile()
H A DBluetoothOppObexServerSession.java584 return ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE; in onConnect()