mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2026-01-27 01:22:19 +01:00
NimBLEAdvertising: Remove setMin/maxPreferred methods.
* These methods were noop's and are now removed due to lack of usefulness and advertisment space consumed if used. Applications can still manually set these values if desired using NimBLEAdvertisementData::addData.
This commit is contained in:
@@ -136,20 +136,6 @@ void NimBLEAdvertising::setMaxInterval(uint16_t maxinterval) {
|
||||
} // setMaxInterval
|
||||
|
||||
|
||||
/**
|
||||
* @brief NOP - Not yet implemented, dummy function for backward compatibility.
|
||||
*/
|
||||
void NimBLEAdvertising::setMinPreferred(uint16_t mininterval) {
|
||||
} // setMinPreferred
|
||||
|
||||
|
||||
/**
|
||||
* @brief NOP - Not yet implemented, dummy function for backward compatibility.
|
||||
*/
|
||||
void NimBLEAdvertising::setMaxPreferred(uint16_t maxinterval) {
|
||||
} // setMaxPreferred
|
||||
|
||||
|
||||
/**
|
||||
* @brief Set if scan response is available.
|
||||
* @param [in] set true = scan response available.
|
||||
|
||||
Reference in New Issue
Block a user