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

Fork of X_NUCLEO_IDB0XA1 by ST Expansion SW Team

Revision:
202:08c4c85ca679
Parent:
196:a9bc2e8b01d7
Child:
207:23870c55b07e
--- a/x-nucleo-idb0xa1/BlueNRGGap.h	Tue Dec 15 12:23:30 2015 +0100
+++ b/x-nucleo-idb0xa1/BlueNRGGap.h	Thu Jan 14 10:50:59 2016 +0100
@@ -178,7 +178,7 @@
 
     BlueNRGGap() {
         m_connectionHandle = BLE_CONN_HANDLE_INVALID;
-        addr_type = Gap::ADDR_TYPE_PUBLIC;
+        addr_type = BLEProtocol::AddressType::PUBLIC;
         isSetAddress = false;
         btle_reinited = false;
         DeviceName = NULL;