File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
features/FEATURE_BLE/ble/services Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ extern const uint8_t BEACON_UUID[sizeof(UUID::ShortUUIDBytes_t)];
40
40
41
41
/* *
42
42
* @class URIBeaconConfigService
43
- * @brief UriBeacon Configuration Service. Can be used to set URL, adjust power levels, and set flags.
43
+ * @brief UriBeacon Configuration Service. You can use this to set URL, adjust power levels and set flags.
44
44
* See http://uribeacon.org
45
45
*
46
- * @deprecated This service is deprecated and no replacement is currently available.
46
+ * @deprecated This service is deprecated, and no replacement is currently available.
47
47
*/
48
48
MBED_DEPRECATED_SINCE (
49
49
" mbed-os-5.11" ,
50
- " This service is deprecated and no replacement is currently available."
50
+ " This service is deprecated, and no replacement is currently available."
51
51
)
52
52
class URIBeaconConfigService {
53
53
public:
@@ -95,11 +95,11 @@ class URIBeaconConfigService {
95
95
* @param[in] defaultAdvPowerLevelsIn
96
96
* Default power-levels array. Applies only if the resetToDefaultsFlag is true.
97
97
*
98
- * @deprecated This service is deprecated and no replacement is currently available.
98
+ * @deprecated This service is deprecated, and no replacement is currently available.
99
99
*/
100
100
MBED_DEPRECATED_SINCE (
101
101
" mbed-os-5.11" ,
102
- " This service is deprecated and no replacement is currently available."
102
+ " This service is deprecated, and no replacement is currently available."
103
103
)
104
104
URIBeaconConfigService (BLE &bleIn,
105
105
Params_t ¶msIn,
You can’t perform that action at this time.
0 commit comments