mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-25 02:17:21 +00:00
Merge pull request #36 from samveen/small_fixes
Remove misleading comments
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user