diff --git a/features/FEATURE_BLE/ble/Gap.h b/features/FEATURE_BLE/ble/Gap.h index 20af0404c0..b58a0a0f66 100644 --- a/features/FEATURE_BLE/ble/Gap.h +++ b/features/FEATURE_BLE/ble/Gap.h @@ -261,8 +261,13 @@ * controller or by the peer. */ class Gap : public ble::Gap { - public: + using ble::Gap::setAdvertisingParameters; + using ble::Gap::setAdvertisingPayload; + using ble::Gap::setAdvertisingScanResponse; + using ble::Gap::startAdvertising; + using ble::Gap::stopAdvertising; + /** * Address-type for BLEProtocol addresses. *