Minor temporary patch to allow DFU packet callback

Fork of BLE_API by Bluetooth Low Energy

Revision:
7:5e1f0d7f7c7d
Parent:
4:50a31ff5f974
Child:
9:124ae067ae27
--- a/blecommon.h	Fri Dec 13 00:41:11 2013 +0000
+++ b/blecommon.h	Mon Dec 16 12:46:12 2013 +0000
@@ -10,7 +10,8 @@
 typedef enum ble_error_e
 {
   BLE_ERROR_NONE                    = 0,
-  BLE_ERROR_BUFFER_OVERFLOW         = 1
+  BLE_ERROR_BUFFER_OVERFLOW         = 1,
+  BLE_ERROR_BUFFER_INVALID_PARAM    = 2
 } ble_error_t;
 
 /* https://developer.bluetooth.org/gatt/units/Pages/default.aspx */