pull in inherited overloads

pull/8738/head
paul-szczepanek-arm 2018-11-20 12:56:47 +00:00 committed by Vincent Coubard
parent 935444d128
commit e5e7f3edef
1 changed files with 6 additions and 1 deletions

View File

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