Change the correct return value 50/47650/1 accepted/tizen/mobile/20150908.004406 accepted/tizen/tv/20150908.004433 accepted/tizen/wearable/20150908.004455 submit/tizen_mobile/20150907.122600 submit/tizen_tv/20150907.122603 submit/tizen_wearable/20150907.122607
authorTaejin Woo <tt.woo@samsung.com>
Mon, 7 Sep 2015 12:22:54 +0000 (21:22 +0900)
committerTaejin Woo <tt.woo@samsung.com>
Mon, 7 Sep 2015 12:23:54 +0000 (21:23 +0900)
Change-Id: I6a32b5dbfc4add240219a49bc1cf1275fcce7786
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
include/bluetooth_type.h

index 969cd38..7432e4a 100644 (file)
@@ -45,7 +45,7 @@ typedef enum
        BT_ERROR_TIMED_OUT = TIZEN_ERROR_TIMED_OUT, /**< Timeout error */
        BT_ERROR_NOW_IN_PROGRESS = TIZEN_ERROR_NOW_IN_PROGRESS, /**< Operation now in progress */
        BT_ERROR_NOT_SUPPORTED = TIZEN_ERROR_NETWORK_CLASS|0x0111, /**< Not Supported */
-       BT_ERROR_PERMISSION_DENIED = TIZEN_ERROR_NETWORK_CLASS|0x0112, /**< Permission denied */
+       BT_ERROR_PERMISSION_DENIED = TIZEN_ERROR_PERMISSION_DENIED,
        BT_ERROR_QUOTA_EXCEEDED = TIZEN_ERROR_NETWORK_CLASS|0x0113, /**< Quota exceeded */
        BT_ERROR_NO_DATA = TIZEN_ERROR_NETWORK_CLASS|0x0114, /**< No data available */
        BT_ERROR_NOT_INITIALIZED = TIZEN_ERROR_NETWORK_CLASS|0x0101, /**< Local adapter not initialized */