[Radio] Add RADIO_ERROR_NO_ANTENNA error type 76/89876/1
authorGilbok Lee <gilbok.lee@samsung.com>
Tue, 27 Sep 2016 09:05:40 +0000 (18:05 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 27 Sep 2016 09:07:00 +0000 (18:07 +0900)
[Version] 0.0.3
[Profile] Common
[Issue Type] Add Error type

Change-Id: I20797ff6d57d81b82f020327d58fe145485efcb9
Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
radio/tizen-radio.h

index c2bbadb..8f6ce17 100644 (file)
@@ -53,6 +53,7 @@ typedef enum radio_error {
        RADIO_ERROR_DEVICE_NOT_OPENED,
        RADIO_ERROR_DEVICE_NOT_FOUND,
        RADIO_ERROR_DEVICE_NOT_SUPPORTED,
+       RADIO_ERROR_NO_ANTENNA,
        RADIO_ERROR_INTERNAL,
        RADIO_ERROR_UNKNOWN
 } radio_error_t;