HW layer for the Nucleo board, it only work with old BLE_API

Dependents:   Hello_BLE F446RE-BLE

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
71:d229db0a153b
Parent:
70:d20d30f59b1c
Child:
77:332b416123b4
--- a/BlueNRGGap.cpp	Mon Jun 08 17:08:01 2015 +0200
+++ b/BlueNRGGap.cpp	Tue Jun 09 10:52:16 2015 +0200
@@ -291,7 +291,7 @@
     }
 
     tBleStatus ret;
-    const LongUUIDBytes_t HRM_SERVICE_UUID_128 = {0x18, 0x0D};
+    //const LongUUIDBytes_t HRM_SERVICE_UUID_128 = {0x18, 0x0D};
     /* set scan response data */
     hci_le_set_scan_resp_data(scan_rsp_length, scan_response_payload); /*int hci_le_set_scan_resp_data(uint8_t length, const uint8_t data[]);*/