From 928dbcf325e6f37a7821041bd5045e4ab6dc3eb9 Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Tue, 27 Feb 2018 12:12:17 +0000 Subject: [PATCH] BLE: Fix prefix of BLEProtocol::AddressType --- features/FEATURE_BLE/ble/Gap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/FEATURE_BLE/ble/Gap.h b/features/FEATURE_BLE/ble/Gap.h index 70da5f9998..26bc1039d7 100644 --- a/features/FEATURE_BLE/ble/Gap.h +++ b/features/FEATURE_BLE/ble/Gap.h @@ -2356,7 +2356,7 @@ public: GapAdvertisingParams::AdvertisingType_t type, uint8_t advertisingDataLen, const uint8_t *advertisingData, - BLEProtocol::AddressType_t addressType = BLEProtocol::RANDOM_STATIC + BLEProtocol::AddressType_t addressType = BLEProtocol::AddressType::RANDOM_STATIC ) { // FIXME: remove default parameter for addressType when ST shield is merged; // this has been added to mitigate the lack of dependency management in