update NimBLE to version 1.4.1

This commit is contained in:
technyon
2022-12-11 16:26:05 +01:00
parent 8bb673878d
commit 82bbd0b4cd
14 changed files with 51 additions and 16 deletions

View File

@@ -58,7 +58,8 @@ public:
int duration = 0,
int max_events = 0);
bool stopAdvertising(uint8_t inst_id);
#else
#endif
#if !CONFIG_BT_NIMBLE_EXT_ADV || defined(_DOXYGEN_)
NimBLEAdvertising* getAdvertising();
bool startAdvertising();
#endif