Handle GATT operations for OTP
[platform/core/connectivity/bluetooth-frwk.git] / include / bt-internal-types.h
index 3992147..c5469cd 100644 (file)
@@ -383,6 +383,8 @@ typedef enum {
        BT_TDS_ACTIVATE_CONTROL_POINT,
        BT_OTP_SERVER_INIT = BT_FUNC_OTP_BASE,
        BT_OTP_SERVER_DEINIT,
+       BT_OTP_READ_VALUE,
+       BT_OTP_ENABLE_NOTIFICATION,
 } bt_function_t;
 
 typedef struct {
@@ -561,6 +563,8 @@ typedef struct {
 
 /* OTP */
 #define BT_OTP_SERVER_STATE_CHANGED "OtpServerStateChanged"
+#define BT_OTP_READ_CHAR_VAL "OtpReadCharVal"
+#define BT_OTP_NOTIFICATION_ENABLED "OtpNotificationEnabled"
 
 typedef enum {
        _PROFILE_UNKNOWN = 0,