We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3554a63 commit 928dbcfCopy full SHA for 928dbcf
features/FEATURE_BLE/ble/Gap.h
@@ -2356,7 +2356,7 @@ class Gap {
2356
GapAdvertisingParams::AdvertisingType_t type,
2357
uint8_t advertisingDataLen,
2358
const uint8_t *advertisingData,
2359
- BLEProtocol::AddressType_t addressType = BLEProtocol::RANDOM_STATIC
+ BLEProtocol::AddressType_t addressType = BLEProtocol::AddressType::RANDOM_STATIC
2360
) {
2361
// FIXME: remove default parameter for addressType when ST shield is merged;
2362
// this has been added to mitigate the lack of dependency management in
0 commit comments