Home
last modified time | relevance | path

Searched refs:STATUS_OBEX_DATA_ERROR (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java411 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in sendFile()
417 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in sendFile()
435 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in sendFile()
636 BluetoothShare.STATUS_OBEX_DATA_ERROR); in handleSendException()
DBluetoothShare.java412 public static final int STATUS_OBEX_DATA_ERROR = 496; field in BluetoothShare
DBluetoothOppObexServerSession.java437 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in receiveFile()
513 status = BluetoothShare.STATUS_OBEX_DATA_ERROR; in receiveFile()
DBluetoothOppUtility.java405 == BluetoothShare.STATUS_OBEX_DATA_ERROR)) { in getStatusDescription()