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 1f4e2b1 commit 3554a63Copy full SHA for 3554a63
features/FEATURE_BLE/ble/Gap.h
@@ -2356,8 +2356,12 @@ class Gap {
2356
GapAdvertisingParams::AdvertisingType_t type,
2357
uint8_t advertisingDataLen,
2358
const uint8_t *advertisingData,
2359
- BLEProtocol::AddressType_t addressType
+ BLEProtocol::AddressType_t addressType = BLEProtocol::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
2363
+ // testing jobs ....
2364
+
2365
AdvertisementCallbackParams_t params;
2366
memcpy(params.peerAddr, peerAddr, ADDR_LEN);
2367
params.rssi = rssi;
0 commit comments