[Bluetooth][OTP] Add object browsing support
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / include / bt-service-otp.h
index b525e18..64d4026 100644 (file)
@@ -34,6 +34,11 @@ 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);
 
+int _bt_otp_write_characteristic_value(int request_id, char *sender, char *handle,
+                                                                                                       unsigned char *param, int length);
+
+void _bt_otp_check_indication(const char *path, GVariant *msg);
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */