Fix the rfcomm server's callback issue
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / bluez_hal / src / bt-hal-dbus-common-utils.h
index 8615f7c..e0716da 100644 (file)
@@ -64,6 +64,7 @@ extern "C" {
 #define BT_HAL_VERSION_LENGTH_MAX       30 /**< This specifies bluetooth device version length */
 #define BT_HAL_INTERFACE_NAME_LENGTH        16
 #define BT_HAL_DEVICE_NAME_LENGTH_MAX       248 /**< This specifies maximum device name length */
+#define BT_HAL_PATH_NAME_LENGTH_MAX       248 /**< This specifies maximum path name length */
 #define BT_HAL_DEVICE_PASSKEY_LENGTH_MAX       50 /**< This specifies maximum length of the passkey */
 #define BT_HAL_ADVERTISING_DATA_LENGTH_MAX   31 /**< This specifies maximum AD data length */
 #define BT_HAL_SCAN_RESP_DATA_LENGTH_MAX     31 /**< This specifies maximum LE Scan response data length */
@@ -485,8 +486,6 @@ extern "C" {
 
        char * _bt_hal_convert_disc_reason_to_string(int reason);
 
-       int _bt_hal_convert_disc_reason_to_status(int reason);
-
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */