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:
121:f00e26745564
Parent:
116:1aa0d2da72e4
Child:
125:2e468f07a94f
--- a/platform/src/btle.cpp	Wed Sep 09 13:46:38 2015 +0200
+++ b/platform/src/btle.cpp	Thu Sep 10 12:23:20 2015 +0200
@@ -68,7 +68,7 @@
 #endif
 
 
-static void btle_handler(/*ble_evt_t * p_ble_evt*/);
+// static void btle_handler(/*ble_evt_t * p_ble_evt*/);
 void HCI_Input(tHciDataPacket * hciReadPacket);
 
 //#define BDADDR_SIZE 6
@@ -209,10 +209,12 @@
     @returns
 */
 /**************************************************************************/
+/*
 static void btle_handler()
 {
 
 }
+*/
 
 /*!
     @brief  Not Used