Skip to content

Commit 1bc4464

Browse files
committed
Resync code with nimble-cpp.
1 parent 49edd64 commit 1bc4464

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/NimBLEAdvertising.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ void NimBLEAdvertising::setScanResponseData(NimBLEAdvertisementData& advertiseme
383383
* @brief Start advertising.
384384
* @param [in] duration The duration, in seconds, to advertise, 0 == advertise forever.
385385
* @param [in] advCompleteCB A pointer to a callback to be invoked when advertising ends.
386+
* @return True if advertising started successfully.
386387
*/
387388
bool NimBLEAdvertising::start(uint32_t duration, void (*advCompleteCB)(NimBLEAdvertising *pAdv)) {
388389
NIMBLE_LOGD(LOG_TAG, ">> Advertising start: customAdvData: %d, customScanResponseData: %d",

src/nimconfig_rename.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@
5959
#if defined(CONFIG_NIMBLE_MAX_CONNECTIONS ) && !defined(CONFIG_BT_NIMBLE_MAX_CONNECTIONS)
6060
#define CONFIG_BT_NIMBLE_MAX_CONNECTIONS CONFIG_NIMBLE_MAX_CONNECTIONS
6161
#endif
62-

0 commit comments

Comments
 (0)