Adjust code to VD needs 77/310077/1 accepted/tizen/7.0/unified/20240429.105741 accepted/tizen/7.0/unified/20240502.113456 accepted/tizen/8.0/unified/20240429.063537 accepted/tizen/8.0/unified/20240502.163826 accepted/tizen/unified/20240423.164624
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 22 Apr 2024 06:07:47 +0000 (08:07 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 22 Apr 2024 06:07:47 +0000 (08:07 +0200)
VD uses older Bluetooth API even on the latest Tizen.

Change-Id: If19c5e61105f0cfbd10342ff83c0a5c226a63a0a

srcs/bt_error_to_string.h

index 22938636f8fc48857b6c100b0064cfaa24c801d7..284a7707d3aa275a2b297ee6bc60c52e1372e878 100644 (file)
@@ -47,9 +47,6 @@ inline const char *BtErrorToString(int err) noexcept
     case BT_ERROR_AGAIN: return "BT_ERROR_AGAIN";
     case BT_ERROR_SERVICE_NOT_FOUND: return "BT_ERROR_SERVICE_NOT_FOUND";
     case BT_ERROR_AUTHORIZATION_REJECTED: return "BT_ERROR_AUTHORIZATION_REJECTED";
-#if TIZEN_VERSION >= 8
-    case BT_ERROR_MAX_CONNECTION: return "BT_ERROR_MAX_CONNECTION";
-#endif
     default: return "NOT Defined";
     }
 }