Skip to content

Commit 7c3a82a

Browse files
authored
Fix (en|dis)able typo on BLEAdvertising start() (#5142)
1 parent dadc101 commit 7c3a82a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/BLE/src/BLEAdvertising.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ bool BLEMultiAdvertising::setScanRspData(uint8_t instance, uint16_t length, cons
593593
}
594594

595595
/**
596-
* @brief This function is used to request the Controller to disable one or more
596+
* @brief This function is used to request the Controller to enable one or more
597597
* advertising sets using the advertising sets identified by the instance parameter.
598598
*
599599
* @return - true : success
@@ -606,7 +606,7 @@ bool BLEMultiAdvertising::start()
606606
}
607607

608608
/**
609-
* @brief This function is used to request the Controller to disable one or more
609+
* @brief This function is used to request the Controller to enable one or more
610610
* advertising sets using the advertising sets identified by the instance parameter.
611611
*
612612
* @param[in] num : Number of advertising sets to enable or disable

0 commit comments

Comments
 (0)