We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a922b commit 6e5f3f6Copy full SHA for 6e5f3f6
libraries/Bluefruit52Lib/src/BLEAdvertising.cpp
@@ -75,7 +75,7 @@ bool BLEAdvertising::start(uint8_t mode)
75
76
bool BLEAdvertising::stop(void)
77
{
78
- // Only allow to call start with Bluefruit.Advertising.start()
+ // Only allow to call stop with Bluefruit.Advertising.stop()
79
VERIFY( this == &Bluefruit.Advertising );
80
VERIFY_STATUS( sd_ble_gap_adv_stop(), false);
81
0 commit comments