Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothStatusCodes.java223 public static final int ERROR_GATT_WRITE_REQUEST_BUSY = 201; field in BluetoothStatusCodes
DBluetoothGatt.java579 != BluetoothStatusCodes.ERROR_GATT_WRITE_REQUEST_BUSY) {
1529 BluetoothStatusCodes.ERROR_GATT_WRITE_REQUEST_BUSY,
1585 return BluetoothStatusCodes.ERROR_GATT_WRITE_REQUEST_BUSY; in writeCharacteristic()
1602 if (requestStatus != BluetoothStatusCodes.ERROR_GATT_WRITE_REQUEST_BUSY) { in writeCharacteristic()
1745 if (mDeviceBusy) return BluetoothStatusCodes.ERROR_GATT_WRITE_REQUEST_BUSY; in writeDescriptor()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java2398 return BluetoothStatusCodes.ERROR_GATT_WRITE_REQUEST_BUSY; in writeCharacteristic()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt1120 field public static final int ERROR_GATT_WRITE_REQUEST_BUSY = 201; // 0xc9