[OTP] Add support for OACP Read
[platform/core/connectivity/bluetooth-frwk.git] / include / bt-internal-types.h
index 23d8917..597384b 100644 (file)
@@ -386,6 +386,8 @@ typedef enum {
        BT_OTP_READ_VALUE,
        BT_OTP_ENABLE_NOTIFICATION,
        BT_OTP_WRITE_VALUE,
+       BT_LE_OTC_CONNECT,
+       BT_LE_OTC_DISCONNECT,
 } bt_function_t;
 
 typedef struct {
@@ -568,6 +570,7 @@ typedef struct {
 #define BT_OTP_NOTIFICATION_ENABLED "OtpNotificationEnabled"
 #define BT_OTP_WRITE_CHAR_VAL "OtpWriteCharVal"
 #define BT_OTP_INDICATION "OtpIndication"
+#define BT_OTC_STATE_CHANGED "OtcStateChanged"
 
 typedef enum {
        _PROFILE_UNKNOWN = 0,