BLE test
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/bluenrg-hci/bluenrg_utils.h
- Revision:
- 245:6830f71c197c
- Parent:
- 132:51056160fa4a
- Child:
- 294:fd19310b086d
--- a/x-nucleo-idb0xa1/bluenrg-hci/bluenrg_utils.h Mon Jun 20 17:20:23 2016 +0200 +++ b/x-nucleo-idb0xa1/bluenrg-hci/bluenrg_utils.h Mon Jun 20 17:53:36 2016 +0200 @@ -182,6 +182,13 @@ uint8_t getBlueNRGUpdaterVersion(uint8_t *version); /** + * @brief Get BlueNRG HW version in bootloader mode + * @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