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 edcb24d..e0716da 100644 (file)
@@ -61,12 +61,10 @@ extern "C" {
 #define BT_HAL_LOWER_ADDRESS_LENGTH 9
 #define BT_HAL_AGENT_NEW_LINE "\r\n"
 
-#define BT_HAL_HARDWARE_ERROR "HardwareError"
-#define BT_HAL_TX_TIMEOUT_ERROR "TxTimeoutError"
-
 #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 */
@@ -86,6 +84,7 @@ extern "C" {
 
 #define BT_HAL_HARDWARE_ERROR "HardwareError"
 #define BT_HAL_TX_TIMEOUT_ERROR "TxTimeoutError"
+#define BT_HAL_DBFW_PLUS_INFO "BrcmEnhancedDBFWInfo"
 
 #define BT_HAL_FREEDESKTOP_INTERFACE "org.freedesktop.DBus"
 #define BT_HAL_FREEDESKTOP_PATH "/org/freedesktop/DBus"
@@ -487,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 */