Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
7c3a82a5
Unverified
Commit
7c3a82a5
authored
May 18, 2021
by
Helio Machado
Committed by
GitHub
May 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix (en|dis)able typo on BLEAdvertising start() (#5142)
parent
dadc1015
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libraries/BLE/src/BLEAdvertising.cpp
libraries/BLE/src/BLEAdvertising.cpp
+2
-2
No files found.
libraries/BLE/src/BLEAdvertising.cpp
View file @
7c3a82a5
...
...
@@ -593,7 +593,7 @@ bool BLEMultiAdvertising::setScanRspData(uint8_t instance, uint16_t length, cons
}
/**
* @brief This function is used to request the Controller to
dis
able one or more
* @brief This function is used to request the Controller to
en
able one or more
* advertising sets using the advertising sets identified by the instance parameter.
*
* @return - true : success
...
...
@@ -606,7 +606,7 @@ bool BLEMultiAdvertising::start()
}
/**
* @brief This function is used to request the Controller to
dis
able one or more
* @brief This function is used to request the Controller to
en
able one or more
* advertising sets using the advertising sets identified by the instance parameter.
*
* @param[in] num : Number of advertising sets to enable or disable
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment