mirror of https://github.com/ARMmbed/mbed-os.git
pull in inherited overloads
parent
935444d128
commit
e5e7f3edef
|
@ -261,8 +261,13 @@
|
||||||
* controller or by the peer.
|
* controller or by the peer.
|
||||||
*/
|
*/
|
||||||
class Gap : public ble::Gap {
|
class Gap : public ble::Gap {
|
||||||
|
|
||||||
public:
|
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.
|
* Address-type for BLEProtocol addresses.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue