Skip to content

Commit 928dbcf

Browse files
authored
BLE: Fix prefix of BLEProtocol::AddressType
1 parent 3554a63 commit 928dbcf

File tree

1 file changed

+1
-1
lines changed
  • features/FEATURE_BLE/ble

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/ble/Gap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2356,7 +2356,7 @@ class Gap {
23562356
GapAdvertisingParams::AdvertisingType_t type,
23572357
uint8_t advertisingDataLen,
23582358
const uint8_t *advertisingData,
2359-
BLEProtocol::AddressType_t addressType = BLEProtocol::RANDOM_STATIC
2359+
BLEProtocol::AddressType_t addressType = BLEProtocol::AddressType::RANDOM_STATIC
23602360
) {
23612361
// FIXME: remove default parameter for addressType when ST shield is merged;
23622362
// this has been added to mitigate the lack of dependency management in

0 commit comments

Comments
 (0)