Fix api header errors from the script 48/297948/1
authorWootak Jung <wootak.jung@samsung.com>
Tue, 29 Aug 2023 05:47:11 +0000 (14:47 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Tue, 29 Aug 2023 05:52:00 +0000 (14:52 +0900)
commit76a71fb5034708f52db3a268ae71efe16f2eb2cd
treeea1d445ec53facc5de01bf1ffa4f023bffdd4922
parent38715dafe9431a25ee833d977f3aac78c2c5adf6
Fix api header errors from the script

include/bluetooth.h:56: ERROR:
  Return value #BT_ERROR_NOT_SUPPORTED used in incorrect order.
  Correct return value order:
  ERROR_NONE
  ERROR_NOT_SUPPORTED
  ERROR_PERMISSION_DENIED
  ERROR_INVALID_PARAMETER
  Other errors

include/bluetooth.h:474: Note:
  Please consider changing tabs in comments to spaces.
  Tabs may cause aligned comments to be shown incorrectly,
  depending on the editor's tab width setting.

include/bluetooth.h:619: ERROR:
  The description of the 'randomizer' parameter in line 619 is the same as for 'hash' in line 618.

include/bluetooth.h:635: ERROR:
  Since at least one privilege is needed, one of the errors should be ..._ERROR_PERMISSION_DENIED

...

Change-Id: Ic4b7c0debe86b366fcb20af6f3667df1ce22c804
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
include/bluetooth.h
include/bluetooth_type.h