Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove misleading comments #36

Merged
merged 1 commit into from Apr 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions nimble/host/services/ans/src/ble_svc_ans.c
Expand Up @@ -443,8 +443,6 @@ ble_svc_ans_chr_write(struct os_mbuf *om, uint16_t min_len,
*
* XXX: We should technically be able to change the new alert and
* unread alert catagories when we have no active connections.
*
* @return 0 on success, non-zero error code otherwise.
*/
void
ble_svc_ans_init(void)
Expand Down
2 changes: 0 additions & 2 deletions nimble/host/services/bas/src/ble_svc_bas.c
Expand Up @@ -133,8 +133,6 @@ ble_svc_bas_battery_level_set(uint8_t level) {

/**
* Initialize the Battery Service.
*
* @return 0 on success, non-zero error code otherwise.
*/
void
ble_svc_bas_init(void)
Expand Down