Skip to content

Commit 7bbfe22

Browse files
Merge pull request #36 from samveen/small_fixes
Remove misleading comments
2 parents af34d35 + 0288d08 commit 7bbfe22

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

nimble/host/services/ans/src/ble_svc_ans.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,6 @@ ble_svc_ans_chr_write(struct os_mbuf *om, uint16_t min_len,
443443
*
444444
* XXX: We should technically be able to change the new alert and
445445
* unread alert catagories when we have no active connections.
446-
*
447-
* @return 0 on success, non-zero error code otherwise.
448446
*/
449447
void
450448
ble_svc_ans_init(void)

nimble/host/services/bas/src/ble_svc_bas.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ ble_svc_bas_battery_level_set(uint8_t level) {
133133

134134
/**
135135
* Initialize the Battery Service.
136-
*
137-
* @return 0 on success, non-zero error code otherwise.
138136
*/
139137
void
140138
ble_svc_bas_init(void)

0 commit comments

Comments
 (0)