downgrade nimble to 1.4.0

This commit is contained in:
technyon
2022-12-24 09:55:14 +01:00
parent 1174d21001
commit d4b0aa6ef6
14 changed files with 29 additions and 56 deletions

View File

@@ -97,7 +97,6 @@ class NimBLEDevice {
public:
static void init(const std::string &deviceName);
static void deinit(bool clearAll = false);
static void setDeviceName(const std::string &deviceName);
static bool getInitialized();
static NimBLEAddress getAddress();
static std::string toString();
@@ -151,8 +150,7 @@ public:
int max_events = 0);
static bool stopAdvertising(uint8_t inst_id);
static bool stopAdvertising();
# endif
# if !CONFIG_BT_NIMBLE_EXT_ADV || defined(_DOXYGEN_)
# else
static NimBLEAdvertising* getAdvertising();
static bool startAdvertising();
static bool stopAdvertising();