|
|
|
@ -14,6 +14,8 @@
|
|
|
|
|
* limitations under the License.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifdef TARGET_NRF51822 /* DFU only supported on nrf51 platforms */
|
|
|
|
|
|
|
|
|
|
#include "ble/services/DFUService.h"
|
|
|
|
|
|
|
|
|
|
const uint8_t DFUServiceBaseUUID[] = {
|
|
|
|
@ -38,3 +40,5 @@ const uint8_t DFUServicePacketCharacteristicUUID[] = {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
DFUService::ResetPrepare_t DFUService::handoverCallback = NULL;
|
|
|
|
|
|
|
|
|
|
#endif /* #ifdef TARGET_NRF51822 */
|
|
|
|
|