X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-oal%2Fbluez_hal%2Fsrc%2Fbt-hal-dbus-common-utils.h;h=7b9e9458e3984f88970749ce39d204cbbfe1fe97;hb=88e199f4c7f068554243790c2fc3d01a64faf897;hp=f738f3bc85d997439e19a8fd2fb986d20c3278e5;hpb=967e27939a8753c09c43858bdf8d079df168d501;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-oal/bluez_hal/src/bt-hal-dbus-common-utils.h b/bt-oal/bluez_hal/src/bt-hal-dbus-common-utils.h index f738f3b..7b9e945 100644 --- a/bt-oal/bluez_hal/src/bt-hal-dbus-common-utils.h +++ b/bt-oal/bluez_hal/src/bt-hal-dbus-common-utils.h @@ -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 */