From: Taejin Woo Date: Mon, 7 Sep 2015 12:22:54 +0000 (+0900) Subject: Change the correct return value X-Git-Tag: submit/tizen_mobile/20150907.122600^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6212c4254e62baac1a3ebf277c0294eefc11cb3;p=platform%2Fcore%2Fapi%2Fbluetooth.git Change the correct return value Change-Id: I6a32b5dbfc4add240219a49bc1cf1275fcce7786 Signed-off-by: Taejin Woo --- diff --git a/include/bluetooth_type.h b/include/bluetooth_type.h index 969cd38..7432e4a 100644 --- a/include/bluetooth_type.h +++ b/include/bluetooth_type.h @@ -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 */