[OTP] Add support for OACP Read
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / include / bt-service-otp.h
index 64d4026..5b8b190 100644 (file)
@@ -39,6 +39,10 @@ int _bt_otp_write_characteristic_value(int request_id, char *sender, char *handl
 
 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 */