BLE: Fix prefix of BLEProtocol::AddressType

pull/6152/head
Vincent Coubard 2018-02-27 12:12:17 +00:00 committed by GitHub
parent 3554a63dc8
commit 928dbcf325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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