[Bluetooth][OTP-Client] Handle GATT operations for OTP
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / include / bt-service-otp.h
index b952ec1..b525e18 100644 (file)
@@ -30,6 +30,10 @@ int bt_otp_server_init(int request_id, const char *directory);
 
 int bt_otp_server_deinit(int request_id);
 
+int _bt_otp_read_characteristic_value(int request_id, char *sender, char *handle);
+
+int _bt_otp_enable_notification(int request_id, char *sender, char *handle);
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */