Add new error codes.
[platform/core/connectivity/bluetooth-frwk.git] / include / bluetooth-api.h
index 9e6f28b..f304c6d 100644 (file)
@@ -188,6 +188,13 @@ extern "C" {
 
 #define BLUETOOTH_ERROR_DEVICE_POLICY_RESTRICTION    ((int)BLUETOOTH_ERROR_BASE - 0x28)
                                                                /**< Device Policy Restricted */
+
+#define BLUETOOTH_ERROR_NO_DATA    ((int)BLUETOOTH_ERROR_BASE - 0x29)
+                                                               /**< No data */
+
+#define BLUETOOTH_ERROR_AUTHORIZATION_REJECTED ((int)BLUETOOTH_ERROR_BASE - 0x2a)
+                                                               /**< Authorization rejected */
+
 /**
 * Error codes for ATT Error response *
 */