X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fbt-internal-types.h;h=c5469cd6dcc3ada3e035d18b5de32c71afd94187;hb=123df36aa056cc20a1de3d7982c5b0e55aa89578;hp=399214710f05eacb14f97301ec1c50d1b740e3f2;hpb=c5d845104b6ac010cb6d432b6751da3731d51e3e;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/include/bt-internal-types.h b/include/bt-internal-types.h index 3992147..c5469cd 100644 --- a/include/bt-internal-types.h +++ b/include/bt-internal-types.h @@ -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,