BLE_API wrapper library for STMicroelectronics' BlueNRG Bluetooth Low Energy expansion board shield

Fork of X_NUCLEO_IDB0XA1 by ST Expansion SW Team

Revision:
232:f2a7da5d24e1
Parent:
132:51056160fa4a
--- a/x-nucleo-idb0xa1/bluenrg-hci/bluenrg_utils.h	Thu Jun 16 12:08:19 2016 +0000
+++ b/x-nucleo-idb0xa1/bluenrg-hci/bluenrg_utils.h	Fri Jun 17 16:07:05 2016 +0000
@@ -182,6 +182,13 @@
 uint8_t getBlueNRGUpdaterVersion(uint8_t *version);
 
 /**
+  * @brief  Get BlueNRG HW updater version
+  * @param  version This parameter returns the updater HW version.
+  * @retval Status of the call
+  */
+uint8_t getBlueNRGUpdaterHWVersion(uint8_t *version);
+
+/**
   * @brief  Verifies if the bootloader is patched or not. This function shall be used to fix a bug on
   *         the HW bootloader related to the 32 MHz external crystal oscillator.
   * @retval TRUE if the HW bootloader is already patched, FALSE otherwise