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:
107:5cc5ac5bfbbb
Parent:
94:2993df23d1ac
Child:
109:9e152b2453bc
--- a/BlueNRGGap.h	Tue Aug 11 11:03:58 2015 +0000
+++ b/BlueNRGGap.h	Tue Sep 01 15:27:33 2015 +0000
@@ -119,6 +119,8 @@
 
     uint8_t *local_name;
     uint8_t local_name_length;
+    
+    bool txPowerAdType;
 
     uint8_t servUuidlength;
     uint8_t servUuidData[UUID_BUFFER_SIZE];