Revert "[Bluetooth][OTP-Client] Handle GATT operations for OTP"
[platform/core/connectivity/bluetooth-frwk.git] / include / bt-internal-types.h
index c5469cd..3992147 100644 (file)
@@ -383,8 +383,6 @@ 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 {
@@ -563,8 +561,6 @@ 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,