File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
features/FEATURE_BLE/ble/services Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 82
82
*
83
83
* @note More information at https://developer.apple.com/ibeacon/Getting-Started-with-iBeacon.pdf
84
84
*
85
- * @deprecated This service is deprecated and no replacement is currently available.
85
+ * @deprecated This service is deprecated, and no replacement is currently available.
86
86
*/
87
87
MBED_DEPRECATED_SINCE (
88
88
" mbed-os-5.11" ,
89
- " This service is deprecated and no replacement is currently available."
89
+ " This service is deprecated, and no replacement is currently available."
90
90
)
91
91
class iBeacon
92
92
{
@@ -204,11 +204,11 @@ class iBeacon
204
204
*
205
205
* @param[in] compID ID of the beacon manufacturer.
206
206
*
207
- * @deprecated This service is deprecated and no replacement is currently available.
207
+ * @deprecated This service is deprecated, and no replacement is currently available.
208
208
*/
209
209
MBED_DEPRECATED_SINCE (
210
210
" mbed-os-5.11" ,
211
- " This service is deprecated and no replacement is currently available."
211
+ " This service is deprecated, and no replacement is currently available."
212
212
)
213
213
iBeacon (
214
214
BLE &_ble,
You can’t perform that action at this time.
0 commit comments