Add an error enumeration for max connection 19/287819/3 accepted/tizen/unified/20230213.170701
authorWootak Jung <wootak.jung@samsung.com>
Tue, 7 Feb 2023 02:00:14 +0000 (11:00 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 9 Feb 2023 00:42:02 +0000 (09:42 +0900)
Change-Id: I3e28532b8354d1d741c887f98ef72516c7955fe8
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
include/bluetooth_type.h

index a62418a..7dd951e 100644 (file)
@@ -106,6 +106,7 @@ typedef enum {
        BT_ERROR_AGAIN = TIZEN_ERROR_BLUETOOTH|0x010C, /**< Resource temporarily unavailable */
        BT_ERROR_SERVICE_NOT_FOUND = TIZEN_ERROR_BLUETOOTH|0x010D, /**< Service Not Found */
        BT_ERROR_AUTHORIZATION_REJECTED = TIZEN_ERROR_BLUETOOTH|0x010E, /**< Authorization rejected (Since 5.0) */
+       BT_ERROR_MAX_CONNECTION = TIZEN_ERROR_BLUETOOTH|0x010F, /**< Max of connection exceeded (Since 7.5) */
 } bt_error_e;
 
 /**