projects
/
platform
/
core
/
api
/
bluetooth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f52962c
)
Remove duplicated error in header
00/303500/1
accepted/tizen/unified/20240109.155406
accepted/tizen/unified/riscv/20240110.014524
author
Wootak Jung
<wootak.jung@samsung.com>
Fri, 29 Dec 2023 00:01:53 +0000
(09:01 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Fri, 29 Dec 2023 00:01:53 +0000
(09:01 +0900)
Change-Id: I99a49cf0ee76132c6c8b04ff272e2476f91d0613
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
include/bluetooth.h
patch
|
blob
|
history
diff --git
a/include/bluetooth.h
b/include/bluetooth.h
index f60e51af2825c5a2e72876ceccfecb57ae384087..39d16f13580fd141d352c7739f7be68815a06dd4 100644
(file)
--- a/
include/bluetooth.h
+++ b/
include/bluetooth.h
@@
-543,7
+543,6
@@
int bt_adapter_unset_visibility_mode_changed_cb(void);
* @retval #BT_ERROR_NOT_SUPPORTED Not supported
* @retval #BT_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #BT_ERROR_NOT_INITIALIZED Not initialized
- * @retval #BT_ERROR_NOT_INITIALIZED Not initialized
*
* @pre The Bluetooth service must be initialized by bt_initialize().
* @post bt_adapter_visibility_duration_changed_cb() will be invoked.