[Bluetooth][OTP] Add base code for OTP server role
[platform/core/connectivity/bluetooth-frwk.git] / bt-core / include / bt-core-dbus-handler.h
index dfaef71..25d0bed 100755 (executable)
@@ -53,6 +53,9 @@ GDBusProxy *_bt_core_gdbus_get_hps_proxy(void);
 int _bt_core_start_httpproxy(void);
 int _bt_core_stop_httpproxy(void);
 #endif
+#ifdef TIZEN_FEATURE_BT_OTP
+int _bt_core_stop_otp(void);
+#endif
 void _bt_core_gdbus_deinit_proxys(void);
 
 GDBusConnection * _bt_core_get_gdbus_connection(void);