Allow copy constructor in GapAdvertisingParams.
This commit is contained in:
parent
67abc0ce25
commit
6d3b65391e
1 changed files with 0 additions and 4 deletions
|
@ -106,10 +106,6 @@ private:
|
|||
AdvertisingType _advType;
|
||||
uint16_t _interval;
|
||||
uint16_t _timeout;
|
||||
|
||||
private:
|
||||
/* disallow copy constructor */
|
||||
GapAdvertisingParams(const GapAdvertisingParams &);
|
||||
};
|
||||
|
||||
#endif // ifndef __GAP_ADVERTISING_PARAMS_H__
|
||||
|
|
Loading…
Reference in a new issue