Handle ACL Disconnect Reason
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / bt-event-handler.c
index 6a3ce72..08c09f5 100644 (file)
@@ -942,7 +942,7 @@ void __bt_device_event_filter(GDBusConnection *connection,
 
                conn_info.addr_type = addr_type;
                conn_info.disc_reason = result;
-               BT_DBG("Sending Event to Framework");
+               BT_DBG("Sending Event to Framework, disconnect reason [0x%x]", result);
                _bt_common_event_cb(BLUETOOTH_EVENT_DEVICE_DISCONNECTED,
                                result, &conn_info,
                                event_info->cb, event_info->user_data);