Merge "Fix for unlimited attepmts to write to socket" into tizen
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / bluez_hal / src / bt-hal-dbus-common-utils.h
index f738f3b..7b9e945 100644 (file)
@@ -479,6 +479,10 @@ extern "C" {
 
        GVariant *_bt_hal_get_managed_objects(void);
 
+       char * _bt_hal_convert_disc_reason_to_string(int reason);
+
+       int _bt_hal_convert_disc_reason_to_status(int reason);
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */