[OTP] Add support for OACP Read
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / include / bt-service-otp.h
index b952ec1..5b8b190 100644 (file)
@@ -30,6 +30,19 @@ 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);
+
+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);
+
+int _bt_otp_connect_otc(int req_id, const bluetooth_device_address_t *bd_addr);
+
+int _bt_otp_disconnect_otc(const bluetooth_device_address_t *bd_addr);
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */